-
Notifications
You must be signed in to change notification settings - Fork 7
/
api.ts
executable file
·37 lines (35 loc) · 1.38 KB
/
api.ts
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
34
35
36
37
/* tslint:disable */
/* eslint-disable */
/**
* Lob
* The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
*
* The version of the OpenAPI document: 1.3.0
* Contact: [email protected]
*
* 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 "./api/addresses-api";
export * from "./api/bank-accounts-api";
export * from "./api/billing-groups-api";
export * from "./api/card-orders-api";
export * from "./api/cards-api";
export * from "./api/checks-api";
export * from "./api/intl-autocompletions-api";
export * from "./api/intl-verifications-api";
export * from "./api/letters-api";
export * from "./api/postcards-api";
export * from "./api/reverse-geocode-lookups-api";
export * from "./api/self-mailers-api";
export * from "./api/template-versions-api";
export * from "./api/templates-api";
export * from "./api/us-autocompletions-api";
export * from "./api/us-verifications-api";
export * from "./api/zip-lookups-api";
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/