interagent / http-api-design

HTTP API design guide extracted from work on the Heroku Platform API
https://geemus.gitbooks.io/http-api-design/content/en/
Other
13.69k stars 1.07k forks source link

Test Framework #91

Closed martindale closed 8 years ago

martindale commented 8 years ago

Does there exist any way to test a server for its compliance with the recommendations (and specifications?) within this repository?

brandur commented 8 years ago

Hi Eric,

I'm afraid that I personally don't know of such a tool. One problem is that many of the guidelines are fairly high-level and/or abstract. While checking status codes might be feasible, it's more difficult to verify that all IDs conform to UUIDs for example.

I'm closing this out for now, but let us know if you have any other questions/comments.