Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is a library module. It provides no out of the box functionality other then providing an API that other modules can use.
The Webclient API is seperated into three major components:
Webclient
Webclient Formatters
Webclient Proxy
All of the above components were translated to seperate modules so that developers can create a dependency with the functionality they need.
Webclient
Creates an API wrapper around cURL using an OO-based approach thus providing a more intuitive way of managing and retrieving request and response data.