@epilot/pricing-client
Version:
Client for epilot Pricing APIs
30 lines (19 loc) • 1.03 kB
Markdown
# @epilot/pricing-client
[](https://github.com/epilot-dev/sdk-js/actions?query=workflow%3ACI)
[](https://www.npmjs.com/package/@epilot/pricing-client)
[](https://bundlephobia.com/package/@epilot/pricing-client)
[](https://github.com/epilot-dev/sdk-js/blob/main/LICENSE)
Client library for epilot [Pricing API](https://docs.epilot.io/api/pricing)
Uses [`openapi-client-axios`](https://github.com/openapistack/openapi-client-axios)
## Installation
```bash
npm install --save @epilot/pricing-client
```
## Usage
```typescript
import { getClient } from '@epilot/pricing-client';
const pricingClient = getClient()
const res = await pricingClient.createOrder(null, order)
```
## Documentation:
https://docs.epilot.io/api/pricing