Closed (fixed)
Project:
Services
Version:
7.x-3.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Nov 2012 at 21:51 UTC
Updated:
13 Dec 2012 at 12:46 UTC
I need to know the method names and the expected structure for modifying and deleting users with xml-rpc using drupal's Services module.
There is an example for user.register here http://drupal.org/node/1299978 but I cant find where the other methods are documented. Thank you, diana
Comments
Comment #1
dianacastillo commentedwell I think i found the answer, I can look at services/resources/user_resource.inc , does anyone have a list of examples to go with this?
Comment #2
dianacastillo commentedi figured out how to do user delete, following is the code. does someone have an example of user.update?
Comment #3
dianacastillo commentedhere is an example of user.register including roles :
Comment #4
dianacastillo commentedfigured it out . Here is an example of user.update
Comment #5
dianacastillo commentedComment #6
Ne0nka commentedPlease, help.
does anybody have example post of file.create
Comment #7
dianacastillo commentedwouldnt it be very similar to user.create ? http://drupal.org/node/1299978
Comment #8
ygerasimov commentedDear Diana, please take a look at tests related to user resource http://drupalcode.org/project/services.git/blob/refs/heads/7.x-3.x:/test...
Ne0nka, tests for file resource are here http://drupalcode.org/project/serviceAs.git/blob/refs/heads/7.x-3.x:/tes...
Comment #9
marcingy commentedComment #10
Ne0nka commentedygerasimov "403 - Project List is disabled ".
Comment #11
Ne0nka commentedi do it.
but now i dont know how to create post of node.attach_file/
could anybody help?