Skip to content
API Docs

ent.rest

ent.rest is an EntGo extension for generating compliant OpenAPI specs and an HTTP handler implementation that matches that spec.

Compliant OpenAPI Spec

Generated OpenAPI spec for your EntGo schema.

HTTP Handler

Fully-functional HTTP handler implementation that matches the OpenAPI spec.

Supports pagination

Automatic pagination (where applicable).

Supports filtering

Advanced filtering (using query parameters, AND/OR predicates, etc).

Supports eager-loading

Supports eager-loading edges, so you don't have to make additional calls unnecessarily.

Supports sorting

Supports various forms of sorting.

llms.txtdocumentation for LLMs