hydroshare / hs_restclient

Python client for the https://www.hydroshare.org REST API
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Add iRODS ticket support #67

Open alvacouch opened 7 years ago

alvacouch commented 7 years ago

The plan is to utilize iRODS tickets to enable direct interaction with the iRODS filesystem without Django in the middle. A REST API has been created for tickets. This interface allows the creation of tickets, which are actually used in a different place (hs_irodsclient).