Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed Nov 6, 2018
2 parents d4be0b8 + ad2cc1d commit 865bb00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hs_restclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__title__ = 'hs_restclient'
__version__ = '1.2.11'
__version__ = '1.2.12'


import os
Expand Down
5 changes: 5 additions & 0 deletions scimetatest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from hs_restclient import HydroShare, HydroShareAuthBasic
auth = HydroShareAuthBasic(username='aphelionz', password='fossil76')
hs = HydroShare(hostname="dev-hs-2.cuahsi.org", auth=auth, verify=False)

# https://dev-hs-2.cuahsi.org/hsapi/resource/cde01b3898c94cdab78a2318330cf795/files/161030/metadata/

0 comments on commit 865bb00

Please sign in to comment.