Skip to content

Commit

Permalink
Allow binary input and output (#277)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
eccles and Jon Geater authored Nov 25, 2024
1 parent 84b409c commit 290578c
Show file tree
Hide file tree
Showing 20 changed files with 303 additions and 1,540 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ datatrails-venv/
stuntidp*
.npm/
functest-results/
.jupyter
Loading

0 comments on commit 290578c

Please sign in to comment.