jsonapi_explorer icon indicating copy to clipboard operation
jsonapi_explorer copied to clipboard

Interactive Query builder and JSON:API response Explorer

jsonapi_explorer

Interactive Query builder and JSON:API response Explorer

Setup

Create a .env file in this directory with your jsonapi entrypoint path.

ENTRYPOINT_PATH=/jsonapi
  1. Run npm install
  2. Run npm run start to activate the development server.