syllabus-api-sdk
v1.0.0
Published
SDK for the Syllabus API
Readme
Syllabus API TypeScript SDK
This SDK is automatically generated from the OpenAPI specification file openapi.yaml.
Installation
npm installBuild
npm run buildRunning the Test
npx ts-node test.tsRegenerating the SDK
To regenerate the SDK, run the following command from the root of the repository:
npx @openapitools/openapi-generator-cli generate -i openai.yaml -g typescript-fetch -o sdk/typescriptThis will overwrite the existing SDK with a new one based on the latest version of the openai.yaml file.
