Is anyone able to provide me with examples of the aforementioned requests as I'm having difficulty. I'm looking specifically at the nHaystack implementation but any general examples would help me.
Some examples below of my trial and error attempts using Postman
https://xxx.xxx.co.uk/haystack/watchSub?filter=point and [email protected]&watchDis=testWatch&lease=30min
Jason Ellwood Tue 24 May 2022
Hi,
Is anyone able to provide me with examples of the aforementioned requests as I'm having difficulty. I'm looking specifically at the nHaystack implementation but any general examples would help me.
Some examples below of my trial and error attempts using Postman
https://xxx.xxx.co.uk/haystack/watchSub?filter=point and [email protected]&watchDis=testWatch&lease=30min
https://xxx.xxx.co.uk/haystack/watchPoll?watchId=testWatch
Brian Frank Tue 24 May 2022
First off, I would encourage you to use POST instead of GET. Using GET should be restricted to just requests without side-effects.
Here is quick example in Zinc: