Tag Archives: api

Twitter API

I was recently taking a look at Twitter’s exposed API and I find that very interesting. I share that here as I think it’s worth taking a look at. So many people, even developers, use the service but do not necessary check what is at the “core” of the offered functionalities. Going through the API’s […]

Swagger spec becomes the OpenAPI specification

I love working with APIs. The more I do, the more I love them. I have recently been playing with building APIs using Node.js and modules like restify for REST services, and bluebird for JS Promises. One great feature of any API is to also be well documented. Many tools and frameworks exist for that, […]