
This repo will help you to build quickly your Rails API with Trailblazer and friends.
Boilerplate Rails API is a project that provides a set of features and services for creating a JSON API using the Rails framework. It offers functionality for handling JSON API URI queries, including filtering, sorting, inclusion of related resources, and pagination. It also includes various Trailblazer macros for common tasks in API development, such as assigning values to context, setting custom errors, using validation schemas, decorating objects, and more. Additionally, it provides several services for wrapping collections, building pagination links, and handling serialization of resources and errors according to the JSON API specification.
Boilerplate Rails API is a project that provides a range of features and services for creating a JSON API using the Rails framework. It offers functionality for handling JSON API URI queries, including filtering, sorting, inclusion of related resources, and pagination. Additionally, it includes a collection of Trailblazer macros for common tasks in API development and various services for wrapping collections, building pagination links, and handling serialization according to the JSON API specification. Overall, it aims to provide a solid foundation for building robust and efficient Rails-based JSON APIs.
