Skip to content
Snippets Groups Projects
Forked from project / jsonapi_resources
6 commits behind, 10 commits ahead of the upstream repository.

JSON:API Resources

This module let's you define custom resources at routes of your choice that use existing resource types. This is useful for defining routes that return resource objects based on context like the currently authenticated user instead of a route parameter (e.g. a UUID)