0.1.0 • Published 5 months ago

goodservice v0.1.0

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

Good Service

Install

npm install goodservice

Import single

import {goodservice} from 'goodservice';

Import and create instance

import 'gooddialogs/dist/base.min.css';
import {GoodService} from 'gooddialogs';
const goodservice = new GoodService('URL');

Use

const response = await goodservice.GET<any>('/my-endpoint')

With Options

const response = await goodservice.POST('/my-endpoint', {/* Options */})
0.1.0

5 months ago

0.0.5

5 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago