📄️ Overview
The RASP-Platform serves two primary functions: it generates boiler-plate code based on provided JSON specs and acts as a library offering useful classes to help get custom code up and running.
📄️ Getting Started
The platform is made available as a Maven Dependency for its users. The article below details the steps required to include the same in a new project.
📄️ Creation and Generation
Now that we are set up to use the RASP-Platform, let's dive right in and generate code for our first application.
📄️ Running our First Application
Post generation of the crucial classes, we will iron out a few details before firing our first request to our application's API end-point
📄️ Querying API End-points
Certain things need to be kept in mind while querying the API end-points of our application.