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

Lowercase method keys to match 09b8c1c #62

Closed jeremdow closed 6 years ago

jeremdow commented 7 years ago

I believe this is also necessary to change to all lowercase HTTP methods.

mattgrill commented 7 years ago

@jeremdow One minor thing, can we bump the patch version to 1.3.4 in package.json so I can release a new version? Thanks.

jeremdow commented 6 years ago

@mattgrill Just pushed that, thank you.