1.0.0 • Published 11 months ago

@webimage/axios-api-client v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Axios Api Client

A convenience wrapper for Axios to create API calls against a consistent backend

const apiClient = new ApiClient('https://www.domain.com');
apiClient.get('/somepath').then(response => {});

Package Compile (local testing)

$ npm login (first time)
$ npm publish --access public
1.0.0

11 months ago