The web-services tag has no wiki summary.
13
votes
2answers
9k views
How to create test_endpoint
I am new to drupal and i am using services module for using REST and RESTWS module. I used RESTWS and could get the content of the node by http://base_url/node/1.xml and now i need to add a node ...
9
votes
3answers
2k views
Example consumer module implementation for oauth
I am looking for either a tutorial or an example module to kick start my development. I am looking to create a module that consumes the oauth API from another website.
I have downloaded an installed ...
2
votes
2answers
428 views
Unexpected session reset when making authenticated user REST requests using Services module in Drupal 7
I am using Drupal 7 and Services module
To create endpoints for login and subsequent functionality exposed for logged in users
As noted here and here, the ideal workflow should be -- Make a POST ...