Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wsdata
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
wsdata
Commits
4068b1ec
Commit
4068b1ec
authored
7 years ago
by
David Pascoe-Deslauriers
Browse files
Options
Downloads
Patches
Plain Diff
docs (todo): update todo text files
parent
7fe250a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/TODO.md
+2
-2
2 additions, 2 deletions
docs/TODO.md
src/Plugin/WSConnector/WSConnectorREST.php
+1
-1
1 addition, 1 deletion
src/Plugin/WSConnector/WSConnectorREST.php
with
3 additions
and
3 deletions
docs/TODO.md
+
2
−
2
View file @
4068b1ec
# 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
...
...
This diff is collapsed.
Click to expand it.
src/Plugin/WSConnector/WSConnectorREST.php
+
1
−
1
View file @
4068b1ec
...
...
@@ -12,7 +12,7 @@ use Drupal\wsdata\Plugin\WSConnectorBase;
* label = @Translation("RESTful Connector", context = "WSConnector"),
* )
*/
class
WSConnectorREST
extends
WSConnector
Base
{
class
WSConnectorREST
extends
WSConnector
SimpleHTTP
{
/**
* {@inheritdoc}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment