Using openapi-ts with openapi.space

TypeScript integration

Install
npm install openapi-ts
Quick start
import Openapi_ts from 'openapi-ts';

const client = new Openapi_ts({ apiKey: "YOUR_API_KEY" });
Retrieves a list of currently defined APIs in API meta list format.
curl \
  -H "Authorization: $API_KEY" \
  /apis
Retrieves an API meta listing of all APIs defined for this owner
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}
Retrieves an API meta listing for all API versions for this owner and API
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}/{api}
SDK on GitHub 📄 API Docs
SDK
openapi-ts
TypeScript
API
openapi.space
openapi.space
At a glance
Language TypeScript
Endpoints15