食品食谱API
1.最新食谱
[ENDPOINT] /recipe
[GET] http://api-food-recipe.herokuapp.com/recipe
2.详细配方
[ENDPOINT] /recipe/:recipeId
[GET] http://api-food-recipe.herokuapp.com/recipe/resep-ayam-goreng-krispi-rumahan
3.类别
[ENDPOINT] /categories
[GET] http://api-food-recipe.herokuapp.com/categories
4.类别项目
[ENDPOINT] /categories/:categoryId
[GET] http://api-food-recipe.herokuapp.com/categories/masakan-har
1