-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.ts
More file actions
34 lines (30 loc) · 1.28 KB
/
api.ts
File metadata and controls
34 lines (30 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* tslint:disable */
/* eslint-disable */
/**
* Fatture in Cloud API v2 - API Reference
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
*
* The version of the OpenAPI document: 2.1.8
* Contact: info@fattureincloud.it
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from './src/api/archive-api';
export * from './src/api/cashbook-api';
export * from './src/api/clients-api';
export * from './src/api/companies-api';
export * from './src/api/emails-api';
export * from './src/api/info-api';
export * from './src/api/issued-documents-api';
export * from './src/api/issued-einvoices-api';
export * from './src/api/price-lists-api';
export * from './src/api/products-api';
export * from './src/api/receipts-api';
export * from './src/api/received-documents-api';
export * from './src/api/settings-api';
export * from './src/api/suppliers-api';
export * from './src/api/taxes-api';
export * from './src/api/user-api';
export * from './src/api/webhooks-api';