pyhaystack icon indicating copy to clipboard operation
pyhaystack copied to clipboard

Project Haxall

Open Alberto75 opened this issue 1 year ago • 1 comments

Hi, I'm trying to connect to the Haxall project (https://haxall.io/) but without success. I get different types of errors like 404 or <GetGridOperation failed>. Have you ever tried connecting to Haxall? Thanks

Alberto75 avatar Jan 13 '24 09:01 Alberto75

The Haxall documentation is not the best for connecting to a server with the Haystack API. I haven't used pyhaystack to connect to Haxall yet, but I have used other tools.

You have to use the following as the url to connect: http://ipaddress:port/api/

For example: http://localhost:8081/api/

You can test accessing this from a browser by using some of the operations: http://localhost:8081/api/about http://localhost:8081/api/read?filter=site

mhollar avatar Mar 01 '24 11:03 mhollar