Skip to content

Issue#26 : New Feature - Option to add custom tag to group Endpoints #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

fizaashraf37
Copy link
Collaborator

@fizaashraf37 fizaashraf37 commented Oct 14, 2022

Issue#26

User can now specify custom tag for endpoint as in this example:

@generator.path_tag("Test")
@app.route('/objects/<int:object_id>', methods=['PUT'])
def update_object(object_id):
    return jsonify({'id': 1, 'name': 'test_object_name'}), 201

@MDUYN
Copy link
Contributor

MDUYN commented Oct 18, 2022

Thanks @fizaashraf37. I think you should now be maintainer of the repo. Maybe you can add this to the develop branch and add some tests

@fizaashraf37 fizaashraf37 changed the base branch from main to develop October 19, 2022 06:57
Copy link
Contributor

@MDUYN MDUYN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good, however tests are missing

@fizaashraf37
Copy link
Collaborator Author

Test Cases have been added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants