-
-
Notifications
You must be signed in to change notification settings - Fork 30
Descriptions #172
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
Descriptions #172
Conversation
…ions # Conflicts: # src/quartz_api/cmd/main.py # src/quartz_api/cmd/server.conf # src/quartz_api/internal/middleware/auth.py
devsjc
left a comment
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 looks basically fine, although I feel like the descriptions in each module could be the docstring and then be accessed via the doc attribute still. Is there a reason we haven't done this?
Also, I want to note that the long authentication docstring is only needed because we ask the user to supply their own token. It is very possible and quite easy to have the authorize button run the user through the standard browser authentication oauth flow and get that token for them without having to do any curl commands. Would this be preferable?
Co-authored-by: devsjc <[email protected]>
Good idea, ill try and move this and use the doc attribute Yea, happy if we want to change / adapt the auth0 broswers authentication. I didnt know there was a standard one? Perhaps we do that in a separate PR? |
|
Yeah we can do it with a different PR. I think we just have to use the |
I think we can even do both, but for a different PR |
|
Ive now used doc for the individual routes. So I think its ready @devsjc |
Pull Request
Description
How Has This Been Tested?
Checklist: