Rich Gerdes
Rich Gerdes
The `OpenApi` module is not directly related to this `Waterwheel.js` library. `OpenApi` provides a standardized resource, based on the [OpenApi 2.0](https://openapis.org/) specifications, which lists the available endpoints on a Drupal...
I have yet to dive into the full feature set of Waterwheel.js. Your best bet is to look at the [Readme](https://github.com/acquia/waterwheel.js/blob/master/README.md) file included in the project. It details the functions...
To elaborate on #71, Whaterwheel is designed to use OpenApi to discover endpoints provided by the JsonApi and Drupal Core REST modules. JsonApi follow the [JsonAPI](http://jsonapi.org/) specs for allowing interaction...
Resources are a definition of the API endpoints. This can either be retrieved automatically from the [OpenApi module](https://www.drupal.org/project/openapi), or by supplying the config as a json object and passing it...
Ultimately the line the throws the error is [swagger.js#L15](https://github.com/acquia/waterwheel.js/blob/1477219b7769d55c3e9d054efb55860e4a94361e/lib/swagger.js#L15) as a result of using `[entity]` on line 13.
I'm interested in seeing this branch/migration land. And willing to put in some effort to get it there. Do you remember what's left for this migration?
I've opened #20, which does the basic adaption of tests for symfony 4.x. I'm not super familiar with codeception, but tests pass locally. Please review when you get a chance,...
@moein @regniblod, I had taken a step away from Symfony work the past few years. I've gotten back into Symfony again, and am going to be using Jade for an...