-
Notifications
You must be signed in to change notification settings - Fork 9
Fix BLOB store/get, Update API.py GET #137
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
849914f
Initial setup of location group function defs
krowvin 902c24d
Merge branch 'main' of https://github.com/HydrologicEngineeringCenter…
krowvin e2f1d01
Bump version, fix typo in project toml description
krowvin 4328f08
Change response close method to context manager (with) to ensure clos…
krowvin b9319c8
Switch to using response.ok as 300 are usually handled by requests li…
krowvin a9555b2
Update blob return type, make get requests dynamic on response conten…
krowvin 3fc330c
Fix clob to BLOB in get, add extra notes for storing/gets to pydocs
krowvin 5b89757
Create base64 check utility for blobs
krowvin a200088
Add blurb to users on how to format the BLOB storage, correct note, e…
krowvin 7c186d8
Not sure how to set the headers in the mock requests response, for no…
krowvin 2f35807
Ensure string or JSON can return from blob
krowvin e504397
Forgot to install precommit on this box, fix sort order of typing for…
krowvin ae96f0d
Attempt casting get_blob to string and reverting type union for get
krowvin fada38a
Wrap all the responses for get that are not json in a dictionary so t…
krowvin 1792120
Remove duplicate group methods
krowvin 2fe3602
Ensure accept mimetype is set for proper file type response;
krowvin 9c0befd
Change all references to 102 (xml, v2) to format="xml" and version 2
krowvin 32719b9
Remove print statements
krowvin 841e0c2
Run spell checker through all files
krowvin d402002
Correct api_version_text to not set a version for 0 and 1; remove tes…
krowvin 75ac1dc
Revert "Change all references to 102 (xml, v2) to format="xml" and ve…
krowvin 9308abe
Revert "Ensure accept mimetype is set for proper file type response;"
krowvin efeb86d
Change to Any and update other mimetypes to pure output (not JSON wra…
krowvin fcaf173
Bump version, handle Any for get_with_paging
krowvin 3efade4
Handle base64 encoded content (images)
krowvin 73bdcad
Correct base64 import position
krowvin fd6d917
Merge branch 'main' into bug/get-blob-response
Enovotny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| **/target | ||
| tmp | ||
| **/\.~lock* | ||
| scripts | ||
|
|
||
| # Byte-compiled / optimized / DLL files | ||
| **/__pycache__/ | ||
|
|
||
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.