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
Rest.ts lets you write API contracts that tie together consumers and producers within the type system. Out of the box, Rest.ts gives you the following features:
Auto-completion / intelliSense
Easy code navigation
*It would be possible to generate swagger-style API docs from rest.ts definitions, but this feature has not been created yet. Contributors welcome!
Guides
If you are just getting started, read the five minutes quick start guide to get up to speed.
This is an open source project maintained for free on a human being's spare time. It can only be as good as its user community is willing to make it.
If you use this project, star it. It helps to get an idea of how many users there are.
If something is not working, figure out why. If you can, share your findings in a new issue. If you can't, share your findings in a new issue.
If something is missing, open an issue to spark the discussion.
Related work
You may also be interested in RESTyped, which fulfills the same role as Rest.ts, but with a different take on the problem. See Rest.ts vs RESTyped to chose which one best suits your requirements.