acquia / waterwheel.js

A generic JavaScript helper library to query and manipulate Drupal 8 via core REST and JSON API
https://github.com/acquia/waterwheel.js
233 stars 26 forks source link

Support a `prefix` option so that dev JSONAPI module can be used. #49

Closed infiniteluke closed 7 years ago

infiniteluke commented 7 years ago

This could default to jsonapi to be future proof and users of older versions of the JSONAPI module could pass { prefix: 'api' }.