API Design: Consistency and Discoverability
Every inconsistency in your API is a tax on your consumers. When one endpoint returns user_id and another returns userId, developers stop trusting their assumptions. They start reading…
Every inconsistency in your API is a tax on your consumers. When one endpoint returns user_id and another returns userId, developers stop trusting their assumptions. They start reading…