https://github.com/articulate/gimme
Rest client that goes :boom:
https://github.com/articulate/gimme
javascript rest-client
Last synced: over 1 year ago
JSON representation
Rest client that goes :boom:
- Host: GitHub
- URL: https://github.com/articulate/gimme
- Owner: articulate
- License: mit
- Created: 2017-08-03T19:44:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T14:40:01.000Z (about 3 years ago)
- Last Synced: 2025-04-08T22:02:14.847Z (over 1 year ago)
- Topics: javascript, rest-client
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 4
- Watchers: 60
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @articulate/gimme
[](https://www.npmjs.com/package/@articulate/gimme)
[](https://travis-ci.org/articulate/gimme)
[](https://coveralls.io/github/articulate/gimme?branch=master)
Rest client that goes :boom:
## Usage
```haskell
gimme : { k: v } -> Promise Boom Response
```
Accepts an object of request params, described below.
Returns a [`Promise`](http://devdocs.io/javascript/global_objects/promise) that either resolves with a [`Response`](#response-object), or rejects with an appropriate [`Boom`](https://www.npmjs.com/package/boom) error for the status code of the response.
See the [documentation](https://github.com/articulate/gimme/blob/master/API.md) for more details and examples.