Problem/Motivation
https://dev-drupal-api-client-poc.pantheonsite.io doesn't currently include all modules to support ongoing development - jsonapi_views, graphql_compose, etc. We should either update this instance, or create a new one that will be easier to mange, rebuild, etc. Ideally this will match the configuration of the local Drupal instance included in the codebase.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork api_client-3463807
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
brianperryAs a first step, I pushed up a branch that converts the local environment to use recipes, and also committed the Drupal project to a separate repo. I'm hoping that makes it easier to both deploy to hosting, and ensure that the local dev environment matches the hosted dev environment.
Next I'll deploy this live somewhere.
Comment #4
brianperryNew API demo site is live at https://drupal-api-demo.party/ :)
Updated the docs to use this for examples as well.