Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

kdaigle/hipchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hipchat Ruby Library

This is just the first version of my copy of the HipChat API. I'm not sure I'm entirely in love with the way it calls Hipchat's API but it assumes a pretty auto-magical format. The future version may cut that back.

The simple way to use this is as follows:

hipchat = Hipchat::Base.new("yourAPIcode")

rooms = hipchat.rooms

main_room = rooms.first

main_room.speak("Bot Name", "This is a simple message")

users = main_room.users # => Returns a the users in the room

users.first.profile # => Returns the special information about the user

About

A Ruby API for the HipChat REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages