allieIsOkay / allieIsOkay/quantified-self-api
Add foods index endpoint
オープン
- 主要言語
- JavaScript
- スター
- 0
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
As a user,
I should be able to request a list of all foods in the system from the endpoint /api/v1/foods.
The endpoint should result in a status code of 200, and each food item should match the following format:
```
{
"id": 1,
"name": "Banana",
"calories": 250
}
```
- [x] Tested
- [x] Documented
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。