Add initial client lib

This commit is contained in:
David Corbitt
2023-07-30 00:18:24 -07:00
parent 2c65ad0c8f
commit 955716eb77
40 changed files with 2436 additions and 52 deletions

View File

@@ -0,0 +1,18 @@
/* tslint:disable */
/* eslint-disable */
/**
* OpenPipe API
* The public API for reporting API calls to OpenPipe
*
* The version of the OpenAPI document: 0.1.0
*
*
* 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";
export * from "./configuration";