Skip to content
Snippets Groups Projects
Commit 4068b1ec authored by David Pascoe-Deslauriers's avatar David Pascoe-Deslauriers
Browse files

docs (todo): update todo text files

parent 7fe250a0
No related branches found
No related tags found
No related merge requests found
# 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
......
......@@ -12,7 +12,7 @@ use Drupal\wsdata\Plugin\WSConnectorBase;
* label = @Translation("RESTful Connector", context = "WSConnector"),
* )
*/
class WSConnectorREST extends WSConnectorBase {
class WSConnectorREST extends WSConnectorSimpleHTTP {
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment