This repository contains your Fern Configuration:
To validate your API, run:
npm install -g fern-api # only required once
fern check
To update your SDKs, simply run the Release Python SDK
or Release TypeScript SDK
GitHub Action with the desired version for the release. Under the hood, this leverages the Fern CLI:
npm install -g fern-api # only required once
fern generate --group python-sdk # python
# or
fern generate --group ts-sdk # typescript