Skip to content

Commit

Permalink
Added support for account.retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
m5m1th committed Dec 16, 2012
1 parent 03edc8e commit 4ec6767
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ module.exports = function (api_key, options) {
get("/v1/tokens/" + token_id, {}, cb)
}
},
account: {
retrieve: function (cb) {
get("/v1/account", {}, cb)
}
},
events: {
retrieve: function (token_id, cb) {
get("/v1/events/" + token_id, {}, cb)
Expand Down

0 comments on commit 4ec6767

Please sign in to comment.