Test JSON:API Reference
No security coverage
This recipe is not for production use.
It is intended to assist and speed up manual testing and evaluation of the JSON:API Reference module.
When applied, it will
- enable JSON:API Reference and dependencies,
- configure it to talk to itself via localhost
- enable drush, devel, and devel generate so that test content can be generated
- creates a test content type
- creates a Typed Resource Object field on that content type for testing
After applying the recipe, it is necessary to rebuild the cache in order for the new content type to have a JSON:API route.
drush crYou probably want to generate some test content so that you have something to refer to in your Types Resource Object field:
drush devel-generate:content --bundles=test_jar --skip-fields=field_test_jar_field
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.