guzzle-description-loader icon indicating copy to clipboard operation
guzzle-description-loader copied to clipboard

A stand-alone Service Description loader for Guzzle 5.x.

Results 8 guzzle-description-loader issues
Sort by recently updated
recently updated
newest added

In `FileLoader.php`, the parameter `$type` is not used. https://github.com/gimler/guzzle-description-loader/blob/d1384a65ffb1a10a7e9e17c427e77b281ae38498/src/FileLoader.php#L19

It looks like there are no breaking changes which would affect this library and it would allow to use it with the latest versions of Symfony and Laravel. I could...

The first commit is a syntax error fix. The operations key points to another array but had an equals sign instead of the array assignment operator. The second commit is...

`.yaml` and `.yml` are [two valid extension filenames](https://en.wikipedia.org/wiki/YAML). The [official](http://www.yaml.org/faq.html) is `.yaml`.

Description of the project says Guzzle 5. I am wondering if there any update for this in Guzzle 6 or has been replaced by another library.