Skip to content

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