0.0.10 • Published 3 years ago

@hosterai/provider-client v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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'
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago