Rails APIs that follow the json:api spec
In this article I explore following the json:api spec in Rails APIs. This goes beyond just serialization, which although important is only half the battle. What about creating/updating resources, sorting, pagination, errors, etc… ?
Post a comment