📄️ Getting Started
Let's rster rster in less than 5 minutes.
📄️ The info module
One of the most powerful rster features is our info module. It allows you to directly define information about your api while declaring your routes. This information can be used to generate documentation, to validate requests and responses, to generate client libraries, and more. The info module can also directly add a info endpoint to your api that can be used to retrieve information about your api at runtime.
📄️ Rster Builder
Rster Builder is a tool that allows you to create a new Rster project in a much more convenient way. Instead of thinking about routing we will build the api like a normal class (or nested object structure) and Rster Builder will take care of the rest.