Reputation: 264
I am using services module drupal 6 in that comment services there. it contain count all method for count number of comments for particular node.then how to pass URL for that method.
Upvotes: 0
Views: 210
Reputation: 264
use poster this is add ons of firefox and in the poster use url
endpoint/your_module_name/name_of_method/
and pass the parameter in poster nid = your_node_id like (22)
and click on post method
Upvotes: 1
Reputation: 1505
use this URL in post method
endpoint/your_module_name/name_of_method/
and pass the parameter in poster nid = your_node_id
and click on post method
Upvotes: 3
Reputation: 148
use this URL in post method
endpoint/comment/countAll/
pass parameter nid= 0.
Upvotes: 1