I saw there was an issue for this in the 6 queue. It would be really helpful if there is an documenation on how to implement this in drupal 7. Perhaps list of modules that uses http_client to refer to for reference.

Comments

mducharme’s picture

I would recommend looking at the Web Service Client module, specifically the wsclient_rest module. It has a very clean and straight-forward implementation.

awm’s picture

Status: Active » Fixed

I built a very basic module that is a prototype for using the AT&T speech API (watson). The module depends on the HTTP client module. It implements the authorization and formatter interfaces to communicate with the AT&T Service.
http://drupal.org/sandbox/awm086/1695168

Hope this helps others.

Status: Fixed » Closed (fixed)

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