In Cookbook API version 1.2, the recipe_id field of the recipe stub has been transitioned from an integer to a string format. While this is a small change, future changes might be more complicated.
Therefore, the networking layer of the app along with the recipe data models should be decoupled from the apps' recipe representation. Furthermore, it could be useful if users are able to choose the endpoint version.
In Cookbook API version 1.2, the
recipe_idfield of the recipe stub has been transitioned from an integer to a string format. While this is a small change, future changes might be more complicated.Therefore, the networking layer of the app along with the recipe data models should be decoupled from the apps' recipe representation. Furthermore, it could be useful if users are able to choose the endpoint version.