Skip to content

Commit

Permalink
Add API support for Receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
BL committed Oct 26, 2017
1 parent caf7ba3 commit caf6013
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.0.6 Future Release
0.0.7 October 26, 2017
- Add keywords
- Add API support for Receivers

0.0.6 July 19, 2017
- Add keywords

0.0.5 March 01, 2017
Expand Down
20 changes: 19 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
Copyright (C) 2017 Bhushankumar Lilapara
Copyright (C) 2017 Bhushankumar Lilapara

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ This API supported Spreedly's v1 standard REST-style API that accepts/returns JS

You can find [examples here](https://github.com/bhushankumarl/spreedly-api/tree/master/examples). This will help you for faster implmentation of 'spreedly-api'

##### It does supports EcmaScript 5, EcmaScript 6, EcmaScript 8, TypeScript, async-await, Promises, Callback !
##### It supports pure JSON response.
##### All methods support Promise and Callback both.
##### Please Feel free to create Issue for any help !

## Installation
```bash
$ npm install spreedly-api --save
npm install spreedly-api --save
```

## Development

Run the installation:

```bash
$ npm install
npm install
```

## Configuration
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spreedly-api",
"version": "0.0.6",
"version": "0.0.7",
"description": "Spreedly API wrapper",
"keywords": [
"Spreedly",
Expand All @@ -12,7 +12,15 @@
"spreedly-client",
"spreedly-node",
"spreedly-sdk",
"spreedly-node-api"
"spreedly-node-api",
"spreedly-authorize",
"spreedly-capture",
"spreedly-gateways",
"spreedly-certificates",
"spreedly-payment",
"spreedly-purchase",
"spreedly-receivers",
"spreedly-transactions"
],
"homepage": "https://github.com/bhushankumarl/spreedly-api",
"author": "Bhushankumar Lilapara<[email protected]>",
Expand Down

0 comments on commit caf6013

Please sign in to comment.