2.0.12 • Published 1 year ago

@addo/fatture-in-cloud.api v2.0.12

Weekly downloads
1
License
ISC
Repository
github
Last release
1 year ago

FattureInCloud API

This project is a wrapper of the API of the service https://fattureincloud.it

More details on the API can be found at the link https://api.fattureincloud.it

Features

  • Customer and supplier management
  • Products management
  • Documents management (fatture, ordini, ddt, ecc...)

Install

To install this package, you must run

npm run @addo/fatture-in-cloud.api

Usage

This package is compatible with TypeScript

First: import package

import { FattureInCloud } from '@addo/fatture-in-cloud.api';
...

Second: Initialize an invoiceInCloud class by entering the appId and appKey

...
let service = new FattureInCloud("your-appId", "your-appKey");
...

Third: Use the API!

...
let request: InfoRequest = { appId: 'your-appId', appkey: 'your-appKey' };
service.richiesta.info(request)
	.then((res: InfoResponse) => {
		console.log(res);
	}).catch(err => {
		console.error(err);
	})
...

Help

If you have same question, you can contact us on info@addobusiness.it

2.0.7

1 year ago

2.0.12

1 year ago

2.0.9

1 year ago

2.0.10

1 year ago

2.0.8

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.6

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago