Skip to content
Snippets Groups Projects
Forked from project / jsonapi_resources
2 commits behind, 3 commits ahead of the upstream repository.
Ankit Pathak's avatar
Ankit Pathak authored
75c35a5e
History

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)