hipchat_elixir v0.2.2 Hipchat.V2.Rooms

HipChat V2 Rooms API module.

Summary

Functions

Functions

add_member(client, room_id_or_name, user_id_or_email, body)

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

create_room_action(client, room_id_or_name, key, body)
create_room_action(Hipchat.Client.t, String.t, String.t, map) :: Hipchat.Httpc.res_t

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

delete_room_action(client, room_id_or_name, key)

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

delete_room_avatar(client, room_id_or_name)

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

get_all_participants(client, room_id_or_name, query_params)

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

get_recent_room_history(client, room_id_or_name, query_params)

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

get_room_message(client, room_id_or_name, message_id, query_params)

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

get_room_statistics(client, room_id_or_name)
get_room_statistics(Hipchat.Client.t, String.t) :: Hipchat.Httpc.res_t

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

invite_user(client, room_id_or_name, user_id_or_email, body)

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

remove_member(client, room_id_or_name, user_id_or_email)

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

reply_to_message(client, room_id_or_name, body)
reply_to_message(Hipchat.Client.t, String.t, map) :: Hipchat.Httpc.res_t

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

send_message(client, room_id_or_name, body)

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

send_room_notification(client, room_id_or_name, body)
send_room_notification(Hipchat.Client.t, String.t, map) :: Hipchat.Httpc.res_t

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

update_room(client, room_id_or_name, body)

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

update_room_avatar(client, room_id_or_name, body)
update_room_avatar(Hipchat.Client.t, String.t, map) :: Hipchat.Httpc.res_t

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