Tag: technology
-
Exceptions for APIs, consistency without chaos (with Kotlin/Spring Boot example)
Current state of affairs Honestly most public APIs I’ve used have a bit of sanity in their error messaging. Usually the format for the error is uniform from resource to resource, which makes integration for front end applications a peaceful process. But the focus of this article is to address a trend in API development,…
