Dom Harrington

Dom Harrington

Dom joins the ReadMe team remotely from the UK. He enjoys cooking, long walks in the countryside and playing video games. You’ll likely find him in ReadMe's open source repos frantically writing tests.

The History of REST APIs

In 1999, the API environment was a free-for-all. At that point, most developers had to deal with SOAP (Simple Object Access Protocol) to integrate APIs. And the “simple” part of that acronym is not to…

How to Generate an OpenAPI Description for an API

Describing an API according to the OpenAPI Specification comes with a wide variety of benefits for maintaining APIs in production, and keeping docs automatically synchronized with your live API. You don't have to start over-designing…

Barker

Favorite Owlbert

social network LinkedIn

How to Use OpenAPI and Swagger for Documentation

Excellent API documentation experiences stem from proper use of an OpenAPI or Swagger API description file. In this guide, we explain Swagger and OpenAPI, how to create an OpenAPI or Swagger description for an API,…