chitamoor / Rester

Testing RESTful APIs
MIT License
85 stars 34 forks source link

Can Rester follow hyperlinks? #1

Closed webmaven closed 9 years ago

webmaven commented 10 years ago

I'm interested in testing Hypermedia APIs, can Rested be instructed to follow links and then take further actions?

chitamoor commented 9 years ago

As of now, Rester only allows you to do simple verification of the JSON response payload. The main use case for Rester is to validate fixed payloads. I do have plans to store intermediate results and then act on them, but again, the response should include links in them.