You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top-level security will help users from repeatedly entering the access code for each protected endpoint
Having responses defined helps the users handle errors better and having examples help them to better use the API
The error model helps maintain the consistency of error that the user expects and it is also recommended for API security that response schemas be used hence why I added a model for Error message
Removing the trailing slashes is good practice that ensures consistency in the endpoints
A nice-to-have will be a rate limit for all the endpoints. At the moment, only the extract/snapshot endpoint implements rate-limiting
@kshitijrajsharma, please what is a black formatter?
I don't understand it in this context:
"What should be included in PR:
Black formatter should be used
At least mention following section..."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Enhances documentation quality
Makes updates to
Auth,Extract,Tasks,Custom Exports,Stats,HDXandS3endpointsConsideration?
extract/snapshotendpoint implements rate-limitingHow to test?
Screenshot