2022-11-28
|~2 min read
|289 words
I was working through some API design and trying to find the right level of abstraction for my different portions of code. I came up with a…
2022-11-28
|~1 min read
|199 words
When designing a RESTful API, it can be useful to have rules of thumb for what kinds of attributes should be included in the path vs. what…