miguelgrinberg / APIFairy

A minimalistic API framework built on top of Flask, Marshmallow and friends.
MIT License
323 stars 30 forks source link

allow annotation of other_responses #61

Closed AdamVerner closed 2 years ago

AdamVerner commented 2 years ago

I've created new decorator that allows you to add specification of other possible responses.

the documentation is not yet updated

miguelgrinberg commented 2 years ago

I implemented this in a simpler way, without having to define a different decorator that overlaps in functionality with the existing one.