-
Notifications
You must be signed in to change notification settings - Fork 807
Add docstrings to auth endpoints #2150
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2150 +/- ##
========================================
Coverage 56.94% 56.94%
========================================
Files 489 489
Lines 13282 13282
========================================
Hits 7563 7563
Misses 5719 5719
Continue to review full report at Codecov.
|
@@ -12,13 +12,24 @@ | |||
|
|||
|
|||
class Registration(AbstractResource): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been renamed Register
in #2147
e095183
to
c7f9a5c
Compare
What does this PR do?
Fixes #2105
PR Checklist
Was the CHANGELOG.md updated to reflect the changes?Was the documentation framework updated to reflect the changes?Have you checked that you haven't introduced any duplicate code?Testing Checklist
Added relevant unit tests?Have you successfully tested your changes locally? Elaborate:If applicable, add screenshots or log transcripts of the feature working