This repository is a simple demonstration project for the typo API.
It consists of a simple svelte (a web framework) web page, and the typo API which is generated by the API docs.
The typo API enables a developer to perform or automate many actions on the typo platform, like managing a user or reading data.
API features can be found and tested here: https://api.typo.rip/docs
npm install
in the root directorynpm run dev
in the root directoryThis repository automatically generates API clients with a command line script.
This means that there is ready-to-use code to interact with typo, and it's always up-to-date and correct! ;)
When new features are published, the API client needs to be updated.
Run npm run generate:api
in the root directory to update the API.