gocardless-api
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "gocardless-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Wrapper for GoCardless API v2", | ||
@@ -5,0 +5,0 @@ "main": "./lib/gocardless.js", |
@@ -53,6 +53,6 @@ | ||
- `method` _(String)_: HTTP request method. One of `GET`, `PUT`, `PATCH` or `- DELETE` | ||
- `resource` _(String)_: Path to the requested resource (e.g. `customers`, `- mandates/123`) | ||
- `method` _(String)_: HTTP request method. One of `GET`, `PUT`, `PATCH` or `DELETE` | ||
- `resource` _(String)_: Path to the requested resource (e.g. `customers`, `mandates/123`) | ||
- `data` _(Object)_: Data to accompany `PUT` or `PATCH` requests | ||
- `query` _(Object)_: Query string as `key=>value` pairs (e.g. `{ limit: 10 }`) | ||
- `options` _(Object)_: Additional request options. Passed directly to `[needle](https://www.npmjs.com/package/needle)`. |
7915