From 4068b1ec1a03730c2da1cba0d68b8bda4ef19a38 Mon Sep 17 00:00:00 2001 From: David Pascoe-Deslauriers <dpascoed@coldfrontlabs.ca> Date: Sat, 26 Aug 2017 02:05:27 +0000 Subject: [PATCH] docs (todo): update todo text files --- docs/TODO.md | 4 ++-- src/Plugin/WSConnector/WSConnectorREST.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index ee98f22..1fd36bc 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 51f6a53..b56d5b6 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} -- GitLab