Inconveniences with Conventional REST APIs
This article is about my personal inconveniences with conventional REST API approaches, and my preferred ways of dealing with it.
Path Parameters vs Query Parameters
Path parameters:
# path parameters (conventional)
/users/1/items/2
hard to parse, ...
jxyz.me3 min read