Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 495 Bytes

Readme.md

File metadata and controls

8 lines (5 loc) · 495 Bytes

RESTAgent

RESTAgent is an alternative to using HTTP Client libraries that makes it easier to consume hypermedia driven web applications. It achieves this goal in a few ways:

  • by providing a standardized way to consume links from retrieved representations.
  • requiring developers to handle responses by providing "response actions" based purely on the response and not on the context of the request.
  • automaticallly managing the current state of the client server interaction.