Project

codebits

0.0
No commit activity in last 3 years
No release in over 3 years
Wrapper to the SAPO Codebits API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 0.7.4
 Project Readme

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