hipchat_elixir

v0.2.2

  • Pages
  • Modules
  • Protocols

    hipchat_elixir v0.2.2 Hipchat.V2.Emoticons

    HipChat V2 Emoticons API module.

    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

    Functions

    get_all_emoticons(client, query_params)
    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

    get_emoticon(client, emoticon_id_or_key)
    get_emoticon(Hipchat.Client.t, String.t) :: Hipchat.Httpc.res_t

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

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