HTTP API design : This guide describes a set of HTTP+JSON API design practices, originally extracted from work on the Heroku Platform API.
JSON API : A specification for building APIs in JSON. Clients built around JSON API are able to take advantage of its features around efficiently caching respons...
Conventional Commits : The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explici...
DevDocs : DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
JSON Schema : JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.