@nhtio/lucid-resourceful
Modules
| Module | Description |
|---|---|
| @nhtio/lucid-resourceful | A decorator-driven AdonisJS library that lets you annotate Lucid ORM models with metadata to automatically generate CRUD controllers, validation rules, OpenAPI schemas, and a unified query interface. |
| @nhtio/lucid-resourceful/definitions | Column Data Type Definition Helpers for Resourceful Lucid Models |
| @nhtio/lucid-resourceful/encoding | Portable cross-environment encoding and decoding of structured data. |
| @nhtio/lucid-resourceful/errors | Errors thrown by the Lucid Resourceful Library |
| @nhtio/lucid-resourceful/integration/middlewares/odata_error | An Adonis middleware which intercepts errors thrown during the request lifecycle and formats the responses in a consistent manner meant to be easily consumed by clients. |
| @nhtio/lucid-resourceful/integration/middlewares/resourceful_encoded_request | An Adonis middleware which accepts and decodes requests encoded using the Resourceful encoding utility. |
| @nhtio/lucid-resourceful/integration/middlewares/resourceful_error | An Adonis middleware which intercepts errors thrown during the request lifecycle and formats the responses in a consistent manner meant to be easily consumed by clients. |
| @nhtio/lucid-resourceful/integration/provider | The Adonis Provider for the Lucid Resourceful Library which adds the router.resourceful functionality |
| @nhtio/lucid-resourceful/joi | A modified version of the joi validation library which adds support for new custom schemas |
| @nhtio/lucid-resourceful/odata/context | Utility which allows resolution of resourceful odata context. |
| @nhtio/lucid-resourceful/odata/macro | Utility which provides a stable XML response for OData requests. |
| @nhtio/lucid-resourceful/router | Resourceful Router Macro for use with Lucid Resourceful Library |
| @nhtio/lucid-resourceful/router/context | Utility which allows resolution of resourceful model context. |
| @nhtio/lucid-resourceful/router/utils | Resourceful Router Macro for use with Lucid Resourceful Library |
| @nhtio/lucid-resourceful/types | Types utilized by @nhtio/lucid-resourceful |
| @nhtio/lucid-resourceful/utils | Helpers and utilities used by Lucid Resourceful |