restivus-swagger
restivus-swagger copied to clipboard
Utilize the tags description in the generated file
When you are managing your tags in the main swagger object there is the option to add descriptions to tags.
This is how it looks in yaml (swagger instagram example):
tags:
- name: Users
- name: Relationships
description: |
Relationships are expressed using the following terms:
**outgoing_status**: Your relationship to the user. Can be "follows",
"requested", "none".
**incoming_status**: A user's relationship to you. Can be "followed_by",
"requested_by", "blocked_by_you", "none".
I think I can implement this if there isn't any reason that it isn't. Want me to work on that?