@sparkx/services
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Services

Sparkx services module. A module to contain various services to help in application development. Each service is meant to be independent of each other but can also be used together.

Usage

import { HTTPService } from '@sparkx/services';

const httpService = new HTTPService();
httpService.get('/my/api/endpoint').then(resp => console.log(resp.data));

Readme

Keywords

none

Package Sidebar

Install

npm i @sparkx/services

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

47.4 kB

Total Files

16

Last publish

Collaborators

  • pushkar8723