Hello!

I'm working on a module to do authentication over Services and 'services_client_connection' would be a great dependency: users could create a connection and then configure my module to use it.

However, I don't anything else included with 'services_client' and, well, there is a lot of stuff!

Would you consider moving 'services_client_connection' to it's own project on Drupal.org?

Thanks!

Comments

dsnopek’s picture

Actually, I just found a module on Drupal.org that does what I want (and what seems like the same as 'services_client_connection'):

https://drupal.org/project/clients

I haven't had a lot of time to evaluate either option, however, I'm curious as to why you guys created your own module for this? Both appear to use CTools. Your API looks more OOP, which is appealing.

Anyway, I'm still curious about if you'd be willing to split 'services_client_connection' out into it's own project! For the time being I'm leaning towards 'clients' because it's independent already. I'd give equal consideration to both if yours was independent too. :-)

Thanks!

mhrabovcin’s picture

Its not easy to configure services client so I'd like to keep number of dependencies low.

dsnopek’s picture

Understood. I've already started using the 'Clients' module instead anyway:

https://drupal.org/project/clients

mhrabovcin’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Thanks for understanding!