Skip to content

v4.3.0

Latest

Choose a tag to compare

@derek-globus derek-globus released this 17 Dec 22:56
· 20 commits to main since this release
4.3.0
f0ee30a

Added

  • Added support to the TransferClient for the Streams API (#1351)

    • CreateTunnelData is a payload builder for tunnel creation documents
    • TransferClient.create_tunnel() supports tunnel creation
    • TransferClient.update_tunnel() supports updates to a tunnel
    • TransferClient.get_tunnel() fetches a tunnel by ID
    • TransferClient.delete_tunnel() deletes a tunnel
    • TransferClient.list_tunnels() fetches all of the current user's tunnels
    • TransferClient.get_stream_access_point() fetches a Stream Access Point by ID