zfcampus / zf-apigility-documentation-swagger

BSD 3-Clause "New" or "Revised" License
11 stars 27 forks source link

Are model properties supported yet? #7

Closed pietervogelaar closed 10 years ago

pietervogelaar commented 10 years ago

The Swagger documentation shows only an empty request model or response model. I figure fields are not exposed yet?

I would really like that information. That way I'm able to use https://github.com/loco/swizzle that converts Swagger to Guzzle service descriptions that I can use with my Guzzle API client.

Is this feature on the roadmap? Or what are the ideas?

weierophinney commented 10 years ago

Fixed with zfcampus/zf-apigility-documentation#13, to release with Apigility 1.0.4. If you want it sooner, add "zfcampus/zf-apigility-documentation": "~1.0-dev" in your application's composer.json and do a composer update.