API Generation
Endpoint Configuration
When utilizing Negroni for application generation, you have the option to specify multiple API types during the export of a CDM manifest to a Martini Package. The available API types include REST API, SOAP API, and GraphQL API. By default, five endpoints are generated for each model. These endpoints cover the following operations:
- Create: Generates a new record.
- Update: Modifies an existing record.
- Get Single: Retrieves a single record.
- Get All: Retrieves all records.
- Delete: Removes a record.
Visual Representation
To visualize the API endpoints generated, refer to the image below: