hydroshare / hsclient

A python client for interacting with HydroShare in an object oriented way.
https://hydroshare.github.io/hsclient/
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Instantiate HydroShare object without authorization #43

Closed aaraney closed 2 years ago

aaraney commented 2 years ago

fixes #41

Creating HydroShareSession object no longer requires some form of authentication. I believe I introduced this issue in e5b16ca.

aaraney commented 2 years ago

Pinging @Castronova so you are aware of this.

aaraney commented 2 years ago

@ClaraCogswell, just so you are aware of this. Once this gets released, the HydroShare() issue will be fixed.

aaraney commented 2 years ago

Landed in 0.3.1. Thanks @sblack-usu! :tada:.

Pinging @ClaraCogswell so you are in the loop about this.

ClaraCogswell commented 2 years ago

Thank you!