You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can generate an open API file that can be used in postman or to spin up a swagger UI explorer for testing the API or to generate serverside code or to generate an entire Saas project.
The text was updated successfully, but these errors were encountered:
I am now starting on a BikeTagServer class that wraps the BikeTagClient with hollow wrappers for the main interfaces decorated with tsoa annotations and run through spectable to provide all sorts of solutions.
…n/schema and introduces tsoa
this update touches a lot of files, but the interfaces from here on out should not be changing in
any way. the addition of the server.ts file is an attempt to address #4, using tsoa. testing and
refinements still need to be made on that front. the schema file is also a move in the direction of
having this file be generated by the sanity project biketag-games.
Using one of the following:
https://github.com/grantila/typeconv/
https://github.com/airtasker/spot
https://github.com/vega/ts-json-schema-generator
https://github.com/lukeautry/tsoa
We can generate an open API file that can be used in postman or to spin up a swagger UI explorer for testing the API or to generate serverside code or to generate an entire Saas project.
The text was updated successfully, but these errors were encountered: