creads / api2symfony

NOT MAINTAINED ANYMORE - PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
MIT License
13 stars 4 forks source link

Handle all response code #15

Closed qpautrat closed 9 years ago

qpautrat commented 9 years ago

Actualy, api2symfony provides a response only if response code is 200. Fix this.

qpautrat commented 9 years ago

It would be great to handle different content type too.