0.0.10 • Published 2 years ago

@hosterai/provider-client v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago