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 (c) 2011 Beta Branch. LICENSE