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.
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
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