Skip to content

Commit 290578c

Browse files
ecclesJon Geater
andauthored
Allow binary input and output (#277)
* Allow binary input and output Refactored how the appidp uses the underlying archivist instance. appidp does not require a token but does require headers - this fix has corrected an undetected bug where the user and partner headers were not passed thru the appidp endpoint. Additionally notebooks failed and this was fixed - new jupyter has some changes in cell magic keywords. Changed how the environment is handled in yhe Initialization notebook. The archivist post and get methods now have get_binary and post_binary methods that can be used by non-rest type calls to input binary and output binary data. Remoced conditional check of running pytight on python 3.12. pyright now supports 3.12 and later. AB#10061 * Fix spelling failure in docs build --------- Co-authored-by: Jon Geater <jon.geater@rkvst.com>
1 parent 84b409c commit 290578c

20 files changed

Lines changed: 303 additions & 1540 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ datatrails-venv/
2222
stuntidp*
2323
.npm/
2424
functest-results/
25+
.jupyter

0 commit comments

Comments
 (0)