diff --git a/docs/TODO.md b/docs/TODO.md index ee98f2246cd9a95ec07b51db14f6b8ab43245994..1fd36bcbd34d06004aaabf81e6486207da1c4bd2 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1,10 +1,10 @@ # TODO - [ ] Implement wsconnectors: - - [ ] HTTP Connector - [ ] REST Connector -- [ ] Write the WSCall View page where to can test them. - [ ] Port the Drush support and commands from D7 version. +- [ ] Write DrupalConsole integration for 3 plugin types +- [ ] Add caching support - [ ] Implement sub-modules with specific suport: - [ ] wsdata_block - [ ] wsdata_extras diff --git a/src/Plugin/WSConnector/WSConnectorREST.php b/src/Plugin/WSConnector/WSConnectorREST.php index 51f6a534a125b9bf86ac5497d86ba95f82dd4455..b56d5b68d606421199f71e50fdf65cd9ee572e9e 100644 --- a/src/Plugin/WSConnector/WSConnectorREST.php +++ b/src/Plugin/WSConnector/WSConnectorREST.php @@ -12,7 +12,7 @@ use Drupal\wsdata\Plugin\WSConnectorBase; * label = @Translation("RESTful Connector", context = "WSConnector"), * ) */ -class WSConnectorREST extends WSConnectorBase { +class WSConnectorREST extends WSConnectorSimpleHTTP { /** * {@inheritdoc}