The Miredot Blog

There is a lot of good material out there about APIs. In this modest blog, we try to contribute some useful content to the great developer community. We hope you like our stuff!

Guarding Your API Documentation Quality

Generated API documentation is great but that doesn't mean you get everything for free. You have to give the generator something to work with. For Miredot this is Java source code and Javadoc. We have just launched a beta version of our brand new Documentation Quality Dashboard to help you improve your docs by pinpointing where Javadoc is missing.

REST API Design Basic Rules

I concisely describe the basic rules we use to check our API design at Miredot. Focus is on URIs/resources and using HTTP methods correctly.