ChristianTremblay / pyhaystack

Pyhaystack is a module that allow python programs to connect to a haystack server project-haystack.org. Connection can be established with Niagara Platform running the nhaystack, Skyspark and Widesky. For this to work with Anaconda IPython Notebook in Windows, be sure to use "python setup.py install" using the Anaconda Command Prompt in Windows. If not, module will be installed for System path python but won't work in the environment of Anaconda IPython Notebook. You will need hszinc 1.3+ for this to work.
Apache License 2.0
74 stars 32 forks source link

Question: Retrieve files from SkySpark uri #65

Open p2ya opened 6 years ago

p2ya commented 6 years ago

Is there any built in solution that we can retrieve files from SkySpark uri through pyhaystack ? For example, the following uri returns an image file sitting in SkySpark bin folder: http://skysparkuri/api/projectA/rec/someid/file

sjlongland commented 6 years ago

Not at this stage, but it wouldn't be impossible to add as an extension of the SkySpark interface.