@gener-api-test/api
v0.0.45
Published
OpenAPI client for @gener-api-test/api
Downloads
7
Readme
@gener-api-test/[email protected]
Install
npm install @gener-api-test/[email protected] --save
// Or with yarn
yarn add @gener-api-test/[email protected]
Building
To build and compile the typescript sources to javascript use:
npm install
npm run build
// Or with yarn
yarn
yarn build
Documentation for API Endpoints
All URIs are relative to https://api.outmatchapi.com
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ApiAppApi | createApiApp | POST /apiApp | Create api app ApiAppApi | createApiAppRelease | POST /apiApp/{app_id}/release | Create api app release ApiAppApi | createApiAppReleaseSdks | POST /apiApp/{app_id}/release/{release_version}/sdk | Generate sdks for a relase StatusApi | getStatus | GET /status | UserApi | createUser | POST /user | Create user UserApi | updateUser | PUT /user | Update user