Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.