Skip to content

betabranch/codebits-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codebits API

A dead simple ruby wrapper for the SAPO Codebits API as part of a project idea for codebits 2011 that we had at Beta Branch

Warning: I haven't tested most methods yet, hope to do it soon.

##Installation

  gem install codebits

##Examples

Authentication

All methods require authentication, so go ahead and give him your codebits username and password.

  client = Codebits::Client("username","password")

Show a user

  client.user(571)
  => "{\"id\":\"575\",\"nick\":\"incude\",\"avatar\": ...}

##Copyright Copyright (c) 2011 Beta Branch. LICENSE

About

Ruby wrapper around codebits API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages