Hacker News new | ask | show | jobs
by Spidler 3710 days ago
Our [API](https://www.modio.se/pages/api-doc.html) documentation is public, but that makes for little value, as identification is made using TLS certificates.

Yes, the API is public, but you need a Cert bound to your user data to get anything from it.

1 comments

Spidler, what you show is nice, to the point documentation for human consumption. The API specification mentioned is related to things like OpenAPI Specification (http://swagger.io/specification/) or RAML (http://raml.org) which are used to model APIs in a machine readable way and then lend to automating things like documentation, SDKs or mock test servers.

This is an orthogonal issue to whether or not the API itself is publicly accessible.