-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ashchan edited this page Mar 11, 2012
·
1 revision
For a list of current implemented APIs, see lib/api.rb
and lib/apis/
. Tests are placed under spec/apis/
.
For API calls that require authentication, private token should be provided as the token
params (either in post body, or in query string (safe?)). User's private token can be obtained or re-generated at http://ruby-china.org/account/edit.
TODO: pending