guzzle / guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation?

igorsantos07 opened this issue · comments

I was interested in implementing an API Client using Guzzle Services, but got a bit lost reading the simple README file. There's no description of the options, allowed types and whatnot... Nor a documentation link.

I found an old doc from Guzzle 3, though. Is this still valid? If yes, shouldn't it be linked in the readme/repository URL? If no... is it possible to update something like that so people can refer to whenever using this repo? Such config-based project must have a documentation attached :P

Is this project being actively maintained? I too am wondering the same thing.

Also would be possible to put depreciated links at the top of the guzzle3 doc pages. It took me a while to figure out that it doesn't apply to the newest version.

Looking through the test https://github.com/guzzle/guzzle-services/blob/master/tests/DescriptionTest.php, it looks like the options are the same for guzzle 6

Hi,

the project working as in the old documentation described. I like to extract the part from the old doc but need to find the time. Its on my todo list :-)

I would love to see the old docs added to the README or something. It took me quite a while to realize the old docs were still relevant.

Duplicate of #69.