-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update gatsby-source-drupal
to match new json api endpoint
#3136
Conversation
allow override if necessary
Deploy preview ready! Built with commit 19ac0fe |
Deploy preview ready! Built with commit 19ac0fe |
Looks great, thanks! Could you document this in the README e.g. what version of json-api made the change + how to set the apibase? |
Yeah, sure. Not sure about the jsonapi version but I can do some digging. |
Added some documentation, let me know if it's what you're looking for or if you have some further suggestions. Thanks! |
Just pinging this in case it got lost. Let me know if there's more I can do to get the change accepted, I could really use the update for my current project :) |
Really sorry about the slow merge — been crazy busy last week or so. Merging and publishing! Hopefully you can share the project once it's done! Would love to see what you build :-) |
No worries, I can identify with having a crazy week :) Thanks for the merge! |
Hiya @tcfunk! 👋 This is definitely late, but on behalf of the entire Gatsby community, I wanted to say thank you for being here. Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If you have questions, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! 💪💜 |
Drupal JSON API has changed their endpoint base from
api
tojsonapi
. This updatesgatsby-source-drupal
to match this, and allows override to old endpoint if necessary.See https://www.drupal.org/docs/8/modules/json-api/api-overview