hipchat_elixir v0.5.1 Hipchat.V2.Extensions View Source
HipChat V2 Extensions API module.
Link to this section Summary
Link to this section Functions
Link to this function
create_global_action(client, key, body)
View Source
create_global_action(Hipchat.Client.t(), String.t(), map()) :: Hipchat.Httpc.res_t()
https://www.hipchat.com/docs/apiv2/method/create_global_action
Link to this function
delete_global_action(client, key)
View Source
delete_global_action(Hipchat.Client.t(), String.t()) :: Hipchat.Httpc.res_t()
https://www.hipchat.com/docs/apiv2/method/delete_global_action
Link to this function
get_global_action(client, key)
View Source
get_global_action(Hipchat.Client.t(), String.t()) :: Hipchat.Httpc.res_t()