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

Swagger #48

Closed mattgrill closed 7 years ago

mattgrill commented 7 years ago

Waterwheel now parses Swagger (OpenAPI) documentation. The structure of how resources are stored has changed, see the documentation. The loss of . addResources() was prompted by the complexity of manually creating a custom resource object to add.

prestonso commented 7 years ago

Performing a code review!

total-recall-1

prestonso commented 7 years ago

Reviewed some, but need to resume later.

infiniteluke commented 7 years ago

This addresses #49 and should be accepted in favor of #50. Thanks @mattgrill 🥇