KenzoBenzo / octoai-fern-config

Configuration for generating SDKs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octo Fern Configuration

This repository contains your Fern Configuration:

Validating your API Definition

To validate your API, run:

npm install -g fern-api # only required once
fern check

Updating your SDKs

To update your SDKs, simply tag a release with <language>@<version> e.g. python@<version> or node@<version> on the repository. Under the hood, this leverages the Fern CLI:

npm install -g fern-api # only required once
fern generate --group python-sdk --api api

About

Configuration for generating SDKs.


Languages

Language:Makefile 100.0%