1.0.2 • Published 7 months ago

typescript-sdk-sales-invoice-api v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

typescript-sdk-sales-invoice-api

Table of Content
APIs
Models
Authorization

- JavaScript client for Sales Invoice API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This SDK is automatically generated by the TMatic API Generator project:

  • API version: 1.0.8
  • Package version: 1.0.1

Installation

For Node.js

Then install it via npm:

npm install typescript-sdk-sales-invoice-api --save

If the library is hosted at a git repository, e.g.https://github.com/ YOUR_USERNAME/typescript-sdk-sales-invoice-api then install it via:

npm install 
YOUR_USERNAME/typescript-sdk-sales-invoice-api --save

Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your typescript-sdk-sales-invoice-api from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

Finally, you need to build the module:

npm run build
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago