hipchat_elixir

v0.3.0

  • Pages
  • Modules
  • Mix Tasks

    hipchat_elixir v0.3.0 Hipchat.V2.OauthSessions View Source

    HipChat V2 OauthSessions API module.

    Link to this section Summary

    Functions

    delete_session(client, access_token)

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

    generate_token(client, body)

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

    get_session(client, access_token)

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

    Link to this section Functions

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

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

    Link to this function generate_token(client, body) View Source
    generate_token(Hipchat.Client.t(), map()) :: Hipchat.Httpc.res_t()

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

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

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

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