An open API service indexing awesome lists of open source software.

https://github.com/vijaycs85/service_description

Drupal 8 module that allows to load Guzzle service description
https://github.com/vijaycs85/service_description

description guzzle-services rest-client

Last synced: about 2 months ago
JSON representation

Drupal 8 module that allows to load Guzzle service description

Awesome Lists containing this project

README

        

# Service Description
---

Integrates [Guzzle service](https://github.com/guzzle/guzzle-services) & [description loader](https://github.com/gimler/guzzle-description-loader) to Drupal.

## Usage
--------
Create a service description JSON file for your service provider. place it as `module_name/service_description/description.json`. See [httpbin](https://www.drupal.org/project/httpbin) module for sample implementation.

## Reference:
-------------
1. [Guzzle service](https://github.com/guzzle/guzzle-services)
2. [Description loader](https://github.com/gimler/guzzle-description-loader)