PagerDuty Elixir v0.0.1 PagerDuty.Api.Abilities

Module encompassing interactions with the abilities API endpoint

Summary

Functions

account_abilities()
account_abilities() :: [binary]

List all of your account’s abilities, by name.

This describes your account’s abilities by feature name, like "teams".

An ability may be available to your account based on things like your pricing plan or account state.

account_has_ability(ability)
account_has_ability(binary) :: boolean

Test whether your account has a given ability.