apisauce

v3.1.0
Axios + standardized errors + request/response transforms.
axios api network http

build

BABEL_ENV=production rollup -c

clean

rm -rf dist

compile

tsc -p tsconfig.json

coverage

nyc ava

prepare

npm-run-all compile build

dist

npm-run-all clean compile build test

lint

tslint -p .

test

npm-run-all compile test:unit

test:unit

ava -s

ci:publish

yarn semantic-release

semantic-release

semantic-release

format

prettier --write "{**/*.ts,.circleci/**/*.js}" --loglevel error && tslint -p . --fix

example

node ./examples/github.js
npm i apisauce

Metadata

  • MIT
  • Whatever
  • Infinite Red
  • released 10/1/2024

Downloads