Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

beagleknight/teambox-ruby-client

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Ruby wrapper for Teambox API.

Largely inspired by @jnunemaker's Twitter gem. This is currently in development, and is missing many methods.

Get started

First, install the teambox-client gem:

gem install teambox-client

Now, run irb -rubygems and this snippet to get the list of activities:

require 'teambox-client'
httpauth = Teambox::HTTPAuth.new(your_username, your_password)
client = Teambox::Base.new(httpauth)
puts client.activities

By default, teambox-client will connect to the hosted service at teambox.com, optionally you can:

Teambox::HTTPAuth.new(your_username, your_password, :api_endpoint => 'localhost:3000')

Examples

First, create a file on $HOME/.teambox with these values:

username: your_teambox_username_or_email
password: password

See the examples directory.

About

Ruby gem to access Teambox API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.