*Introduction: * Drupal is a free, open source software that can be used by
individuals or groups of users, even those lacking technical skills, to
easily create and manage several types of Web sites. The application
includes a content management platform and a development framework.

*API Document:* https://www.drupal.org/project/rest_server
*Technology:* REST 
*Version:* 1.0
*Connector Name:* drupal-connector-1.0.0 
*Authentication:* Drupal uses the Basic Authentication, with the username
and password.

*Methods Selected:*
*Nodes*
createNode - Creatse a node.
listNodes - Lists all nodes.
getNode - Retrieves a node.
updateNode - Updates a node.
listNodeAttachments - Retrieves files associated with a node.

*Comments*
createComment - Creates a comment.
listComments - Lists all comments.      
getComment - Retrieves a comment.

*Files*
createFile - Creates a file with base64 encoded data.
listFiles - Lists all files.
getFile - Retrieves a file.

*Users*
listUsers - Lists all users.
getUser - Retrieves a user.

*Methods Omitted:*
uploadNodeAttachment - Uploads and attaches file(s) to a node.

Regards,
Vinitha




--
View this message in context: 
http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-Drupal-tp128129.html
Sent from the WSO2 Architecture mailing list archive at Nabble.com.
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to