1.0.0 • Published 4 years ago

custom-cms-utilities v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Description

In order to keep consistency in CRUD applications you often find yourself writing the same functionality for each new module. Nest-utilities offers a set of basic endpoints and query parameters out of the box while keeping module specific authentication and data manipulation in mind.

Nest-utilities aims for performance and developer experience to keep you focused on building features instead of implementing menial tasks.

Consult the wiki for more detailed documentation.

Features

Endpoints

Extending your controllers with the CrudController will give you access to a set of basic Restful endpoints. Learn more.

Query parameters

The aforementioned CrudController will also extend all generated GET methods with a set of query parameter actions. These actions will give applications requesting data from the API more options and will prevent having to write unnecessary custom endpoints. Learn more.

Service methods

Extending your services with the CrudService will give you access to a set of methods which helps you streamline your development and keep your service clean. Learn more.