Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2012 at 06:22 UTC
Updated:
1 May 2013 at 08:40 UTC
Generate service descriptions for endpoints/resources so that guzzle can be used easily as client.
http://guzzlephp.org/guide/service/service_descriptions.html
http://guzzlephp.org/tour/building_services.html
Thoughts?
Comments
Comment #1
marcingy commentedIf guzzle gets into d8 there might be an argument for this so postponing to see how that plays out.
Comment #2
boombatower commentedWhat is the recommended php client for drupal -> drupal service calls like I am planning on doing for d.o (probably making an entity_remote module). Seems like this is useful regardless and moreso if core adopts.
Comment #3
marcingy commentedDrupal to drupal calls are based around drupal_http_request because that is what ships with core.
Comment #4
kylebrowning commentedIve added it as a thing for 4.x but we wont fix it in 3.x
Comment #5
ygerasimov commentedI have created separate project for this. http://drupal.org/sandbox/ygerasimov/1972478
It is not ready yet, but welcome to contribute.