Bruno Pedro's public notes


API naming conventions

Why are naming conventions important in API Design?

By using naming conventions you’re making your API consistent with the industry standards. API consumers will find it easier to understand your API. Developers will find it easier to implement and maintain your API. Most tooling will work better when naming conventions are used.

Here are some examples of naming conventions across different types of APIs: