Using fern with openapi.space

TypeScript integration

Install
npm install fern
Quick start
import Fern from 'fern';

const client = new Fern({ 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
fern
TypeScript
API
openapi.space
openapi.space
At a glance
Language TypeScript
Endpoints15