This project is not covered by Drupal’s security advisory policy.

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 cr

You 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

Project information

  • Ecosystem: Recipe, JSON:API
  • Created by eli-t on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases