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
- Host: GitHub
- URL: https://github.com/vijaycs85/service_description
- Owner: vijaycs85
- Created: 2017-11-20T20:53:37.000Z (over 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2017-11-20T20:54:02.000Z (over 7 years ago)
- Last Synced: 2025-01-18T02:43:58.925Z (3 months ago)
- Topics: description, guzzle-services, rest-client
- Language: PHP
- Homepage: https://www.drupal.org/project/service_description
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)