[BUG/Question] Minor error in documentation
See original GitHub issueThank you for this excellent module - and the fantastic documentation. I found a small typo in the section Calling your APIs from Python
. It should be
'client_id': settings.APP_CLIENT_ID,
and not 'client_id': settings.OPENAPI_CLIENT_ID,
.
I hope you will continue to maintain this project - it has been a time-saver for me.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[Bug/Question] config_path resolution is misleading #2274
I created a small repo that displays each of these cases. ... As the previous error looks like hydra is struggling with pathlib....
Read more >MEDICAL ERRORS IN NURSING: PREVENTING ...
The importance of proper documentation in nursing cannot be overstated. Failure to document a patient's condition, medications administered, ...
Read more >Correcting Documentation Errors | Washington County, OR
Correcting Documentation Errors. What to do if you've made an entry, and now you realize it includes an error (corrections to existing entries):....
Read more >Resolve Application Errors - Universal Service Administrative ...
If a consumer is an emancipated minor, they must submit a copy of a court document or certificate that says they are an...
Read more >A Qualitative Analysis of Themes in Instant Messaging ... - Zenodo
This would allow things to be warnings in development that way you dont have to drop everything to fix a minor error if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you for clarifying this - I think it’s much better now.
I had the project open, so made a PR. I’ll happily close it in favor of yours if you’re currently making one.
If not, I’d love a review. 😊