@hosterai/provider-client
v0.0.10
Published
NestJS hosterai service provider client
Downloads
6
Readme
HosterAI Service Provider Client
Simple package client for service providers
Installation
npm i --save @hosterai/provider-client
Usage
import { Client } from "@hosterai/provider-client"
const client = new Client("API URL", "SERVICE PROVIDER TOKEN")
With this package you can view, create, modify and delete
- Templates
- Products
- Addons
- Tasks
- Issues
Request DTOs for each service can be imported from this package for easier data completion.
eg: import { AddonDto } from '@hosterai/provider-client'