Open sirkitree opened 7 years ago
here is the raw query :
Here is a library to write requests as "object" if you prefer https://www.npmjs.com/package/d8-jsonapi-querystring
and here is a library that parse JSON response to put "included" objects into corresponding "data" objects : https://www.npmjs.com/package/jsonapi-parse
Just came across this guide as well: http://contentacms.readthedocs.io/en/latest/demos-consumers-implementation-guidelines/
Figure out the best way to integrate with the Contenta JSON API with a JS lib. React? Vue? jQuery?
What is the endpoint we should use to get a basic alphabetical listing of all recipes with an image and title?