Skip to content

Commit

Permalink
API Support getInfo2 and getPersonalInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
you21979 committed Jan 12, 2017
1 parent 8df3c37 commit 52e1e9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions lib/private_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ TradeApi.prototype.getInfo = function(options){
return this.query('get_info', {}, options)
}

TradeApi.prototype.getInfo2 = function(options){
return this.query('get_info2', {}, options)
}

TradeApi.prototype.getPersonalInfo = function(options){
return this.query('get_personal_info', {}, options)
}

TradeApi.prototype.tradeHistory = function(options){
return this.query('trade_history', {}, options)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Yuki Akiyama <you2197901 [at] gmail.com>",
"name": "zaif.jp",
"version": "0.1.10",
"version": "0.1.11",
"private": false,
"dependencies": {
"@you21979/simple-verify" : "0.0.x",
Expand Down

0 comments on commit 52e1e9a

Please sign in to comment.