hipchat_elixir

v0.3.0

  • Pages
  • Modules
  • Mix Tasks

    hipchat_elixir v0.3.0 Hipchat.V2.Emoticons View Source

    HipChat V2 Emoticons API module.

    Link to this section Summary

    Functions

    get_all_emoticons(client, query_params)

    https://www.hipchat.com/docs/apiv2/method/get_all_emoticons

    get_emoticon(client, emoticon_id_or_key)

    https://www.hipchat.com/docs/apiv2/method/get_emoticon

    Link to this section Functions

    Link to this function get_all_emoticons(client, query_params) View Source
    get_all_emoticons(Hipchat.Client.t(), Hipchat.Client.query_params_t()) :: Hipchat.Httpc.res_t()

    https://www.hipchat.com/docs/apiv2/method/get_all_emoticons

    Link to this function get_emoticon(client, emoticon_id_or_key) View Source
    get_emoticon(Hipchat.Client.t(), String.t()) :: Hipchat.Httpc.res_t()

    https://www.hipchat.com/docs/apiv2/method/get_emoticon

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.