You are here

namespace Drupal\little_helpers\Rest in Little helpers 7.2

Same name in other branches
  1. 7 Drupal\little_helpers\Rest
Classsort descending Location Description
Client src/Rest/Client.php This a simple JSON REST Client based on drupal_http_request().
ClientTest tests/Rest/ClientTest.php Test the JSON/REST API-client.
HttpError src/Rest/HttpError.php An exception class that signifies a non 200 HTTP response.