Services is awesome, and there are a few other modules out there that make it even more awesome. The problem is that they are hard to find because of the generic nature of their names.

It would be a great help if, on the Services module page, we could list modules related to Services. It is almost impossible to find these types of modules by Googling Drupal Services, because you end up with listings of Drupal shops, not modules related to Services.

I know of two:
Services Views
Services Rules*

I think it would be a great help to the community to list these, and any others like them, on the module page.

*Full Disclosure - Services Rules is mine. I think that it is worthy to be mentioned, but I'm not vying for self-promotion. I came across this difficulty of finding Services-related modules when working on a project. Between the default Services module, Services Views, and Services Rules, I feel that custom coding of services can be almost completely eliminated for most use cases. They are a powerful combination!

Comments

marcingy’s picture

Status: Active » Needs work

This is a good idea I have added those modules to the homepage and have made a note for people to add additional modules here. Marking as needs work because I know there are more out there.

Mar2zz’s picture

Title: Link to related modules » User relationships

User relationships has a submodule working with services

marcingy’s picture

Title: User relationships » Link to related modules

Added thank you :)

MD3’s picture

The following all have 2.x / XML_RPC style interfaces and should be marked as such:
User Relationships
Private Messages

I have updated code to make them 3.x services. I have submitted them in the issue ques and they are being community tested.

Also, please note that twitter_post does work with Services, but you have to know how to submit it properly when creating a new node. Documentation here:
http://drupal.org/node/1661404

d34dman’s picture

This one depends on the REST server and ultimately on services
http://drupal.org/project/backbone

MD3’s picture

Just found this one today!
Services Search
http://drupal.org/project/services_search

Allows you to search for content on your site without having to create custom code.

won’s picture

Nodequeue, apparently.

marcingy’s picture

Added I have left the old 2.x items off the list for now as 2.x is not supported any more so I we don't want to encourage usage.

nancydru’s picture

MD3’s picture

Just found another one today! Geocoder has a services module:
http://drupal.org/project/geocoder 7.x-3.x

druvision’s picture

Deployment users the services module. See installation instructions

RamboLau’s picture

Version: 7.x-3.x-dev » 7.x-3.4
Component: Documentation » User interface
Assigned: Unassigned » RamboLau
Category: task » bug
Priority: Normal » Critical
Status: Needs work » Needs review
Issue tags: +bug

In version 3.4, _services_sessions_authenticate_call() function missing POST,

$non_safe_method_called = !in_array($_SERVER['REQUEST_METHOD'], array('GET', 'HEAD', 'OPTIONS', 'TRACE'));

this shoud modified :
$non_safe_method_called = !in_array($_SERVER['REQUEST_METHOD'], array('GET', 'POST', 'HEAD', 'OPTIONS', 'TRACE'));

joachim’s picture

Version: 7.x-3.4 » 7.x-3.x-dev
Component: User interface » Documentation
Assigned: RamboLau » Unassigned
Category: bug » task
Priority: Critical » Normal
Issue tags: -bug

Please file new issues for bugs!

ygerasimov’s picture

I think we should use https://drupal.org/node/750034 handbook page for listing of related modules. We can have a link on Project page to this one. Anyone can edit documentation pages so adding new projects is easy.

joachim’s picture

+1

marcingy’s picture

Status: Needs review » Fixed

Done added link to project page and moved missing items to linked page :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.