-
Notifications
You must be signed in to change notification settings - Fork 26
support question. could waterwheel.js be renamed openapi.js? #71
Comments
The To answer the question, |
many thanks. i appreciate your time. please can you summarise the "other functions" beyond parsing openapi spec? does it also harness the jsonapi to provide both discovery and mutation? |
I have yet to dive into the full feature set of Waterwheel.js. Your best bet is to look at the Readme file included in the project. It details the functions it supports and provides examples of how to use the library against both Drupal Core's REST and the JsonAPI resources. The readme does state the jsonapi support is provisional, so not all actions will be fully supported there, but it should work with |
ok so it supports both REST and JSON! thanks this is the orientation i needed to get started. i'll start running some projects and digging into code. thanks again. all the best. |
i've just started learning about waterwheel and openapi. i see waterwheel module functionality is been moved to openapi module. if waterwheel module is deprecated, does that make waterwheel.js essentially (conceptually) to something like a openapi/swagger.js. would the latter be a better label or does it provide something different?
also does drupal openapi module contain waterwheel.js to work out the box or is it a separate download? would it be beneficial to bundle the module and the javascript together? are there reasons for not doing so?
The text was updated successfully, but these errors were encountered: