Commit 290578c
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
File tree
- .jupyter
- archivist
- notebooks
- docs
- notebooks
- functests
- scripts
- unittests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
0 commit comments