Step 01
Begin by installing our global command-line interface. This handles all the heavy lifting of parsing your schema and generating code.
Step 02
Ensure your OpenAPI or Swagger file is ready. Tenon- Link supports YAML and JSON formats out of the box.
Step 03
Run the generate command pointing to your spec and target output folder. Tenon-Link will create a fully typed client.
Step 04
Just import the generated class and start making requests. Everything is type-checked against your server's schema.