You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, GET and POST requests both used the same description, which
doesn't make sense when they do different things. I've changed this to
use` __doc__` or `description` attributes
on the `get` or `post` method if available.
0 commit comments