Skip to content

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:

  1. Create: Generates a new record.
  2. Update: Modifies an existing record.
  3. Get Single: Retrieves a single record.
  4. Get All: Retrieves all records.
  5. Delete: Removes a record.

Visual Representation

To visualize the API endpoints generated, refer to the image below:

REST API Endpoint

Generate REST API Endpoints

SOAP API Endpoint

Generate SOAP API Endpoints

GraphQL API Endpoint

Generate GraphQL API Endpoints