Skip to content

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ynakajima committed Jun 30, 2015
2 parents b384007 + 693c405 commit 82ebb5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,13 @@ client.getToken(cardToken, function(err, result) {
}
```


## SPIKE API Reference
https://spike.cc/dashboard/developer/docs/api_reference


## Contributors
* Yuhta Nakajima <yuhta.nakajima@gmail.com>
* takayukii <takayukii@gmail.com>

## License
MIT License. &copy;2015 Yuhta Nakajima
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spike-api",
"version": "0.7.0",
"version": "0.7.1",
"description": "SPIKE REST API client library for node.js",
"main": "./lib/spike-api.js",
"directories": {
Expand All @@ -22,6 +22,10 @@
"transactions"
],
"author": "Yuhta Nakajima <yuhta.nakajima@gmail.com>",
"contributors": [
"Yuhta Nakajima <yuhta.nakajima@gmail.com>",
"takayukii <takayukii@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ynakajima/node-spike-api/issues"
Expand Down

0 comments on commit 82ebb5a

Please sign in to comment.