Skip to content

Services Generation

In addition to API endpoints and database schemas, Negroni generates service implementations that handle business logic for each entity in the manifest.

What Gets Generated

For each entity, Negroni generates a set of service operations corresponding to the CRUD actions defined in the manifest's API configuration. Services are generated within the Martini package.