fsbahman / apidoc-swagger

apidoc and swagger are two nice projects which are focusing on documentation of APIs. This project is a middle tier which tries to bring them together in a sense that it uses apidoc to convert inline documentation to json schema and later convert it to swagger json schmea.
Other
252 stars 129 forks source link

Added multiple feature support #21

Open vasanthav opened 8 years ago

vasanthav commented 8 years ago
  1. - Added object and array support for param
  2. - Added enum support for params
  3. - Added support to name the param
  4. - Added error response support handling multiple error codes
  5. - Added object[], object and array support for response objects
  6. - Added nested object reference for the response objects
  7. - Added support to have default values for parameters
  8. - Added data type support for response object fields - Object, Array, Object[], Number, String, Boolean
  9. - Added default value support for response object fields
  10. - Added support to create your own description for success and error responses
CarlosGRodriguezL commented 7 years ago

This features are definitely missing.