JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q19378F
  • License MIT

A stateful HTTP client for NodeJS. Test your routes even when mocking is infeasible.

Package Exports

  • get-some-rest
  • get-some-rest/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (get-some-rest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

get-some-rest

CI Test Coverage Maintainability

A stateful HTTP client for NodeJS. Test your routes even when mocking is infeasible.

Usage

This package requires Node version 18.14.2 or later because it makes use of native fetch(), as well as Headers.prototype.getSetCookie.

Additionally, it is packaged as an ES module only, so your tests have to be in ESM format, too.