Strongly Typed
Fern generated SDKs are optimized for great autocompletion in code editors. Developers will receive compile errors when they forget to specify required fields or attempt to access fields that do not exist.
TypeScript
TypeScript SDKs are published with type declarations (i.e. .d.ts
files). This
ensures that TypeScript consumers can leverage compile-time safety and
intellisense when using the SDK.
Each SDK method is annotated with request and response types.