Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 289 Bytes

httpclient-axios-typescript

HttpClient based on axios in typescript.

Usage

It's not library. It's boilerplate code to be tailored for certain project.

Define own endpoints in HttpEndpoints and you are good to go.

Commands

npm install
npm test
npm run test:coverage