#688 String Response to Grid

Ani Abe Fri 29 Mar 2019

Does anyone know how I would be able to parse a GET Request using HTTP Client into a Grid using the response.

Chris Breederveld Sat 30 Mar 2019

Hi, of course that depends on what you use to do the request with. For example if you use node, you can use the following library: https://bitbucket.org/lynxspring/nodehaystack/src/master/ And for .NET you can use this one (also available as NuGet package): https://bitbucket.org/skyfoundry/haystack-csharp/src/default/

Christian Tremblay Sat 30 Mar 2019

Or a super quick test with python :-) pip install pyhaystack

https://github.com/ChristianTremblay/pyhaystack

Login or Signup to reply.