@articulate/gimme

Rest client that goes :boom:

Usage no npm install needed!

<script type="module">
  import articulateGimme from 'https://cdn.skypack.dev/@articulate/gimme';
</script>

README

@articulate/gimme

@articulate/gimme Build Status Coverage Status

Rest client that goes :boom:

Usage

gimme : { k: v } -> Promise Boom Response

Accepts an object of request params, described below.

Returns a Promise that either resolves with a Response, or rejects with an appropriate Boom error for the status code of the response.

See the documentation for more details and examples.