APIs
Last updated
Last updated
REST APIs are the essence of Backend Development, the most used way for your frontend (client) to talk to your backend layer.
There are various ways to create APIs in your Cosmocloud project -
You can quickly start creating the APIs and their corresponding models using use-case based Templates. These help you in auto generating convention based APIs and models for faster productivity.
You can then and edit any API or Model that is created via Templates.
Entity CRUD APIs
Entity Search APIs
Fetch / Upload Media APIs
This is the method where you can start building your APIs from scratch. This will help you in customising your API endpoints, request methods as well as any Models / Models you want to use.
Navigate to APIs listing page from Application Layer -> APIs.
Open the API you want to edit.
Switch to the Flow tab of the particular API.
Start editing!
After creating an API, you can create or customise the APIs logic, using Cosmocloud's . To be able to customise this -
Checkout Cosmocloud's for more details on customising flows in Cosmocloud.
Creating Flows
Magical Autocomplete
Node Types