API Evolution (Page 37)

Writings about API Design, OpenAPI, HTTP and related topics.

RESTfest was a blast

Back from RESTfest, tired but happy. Three days of intense conversations, debate, opinions and presentations. It was an amazing opportunity to learn from everyone.

Read more...

Agent Fielding is on a mission

This is a continuation of a series on a Rest Agent library I am building for accessing REST apis.  The first post is here and and the second is here.

Read more...

Rest Agent uses hypermedia

As I alluded to in my first post, REST clients really should be driven by hypermedia.  So how can our RestAgent class access this hypermedia and its links.  Ideally, given a single root URI, I would like to be able to do:

Read more...