issues
search
sato-mh
/
savoten
We want to make a voting system that can be used easily.
MIT License
0
stars
1
forks
source link
event_itemsのAPIを作る
#64
Open
iamsmith06
opened
4 years ago
iamsmith06
commented
4 years ago
概要
event_itemのapiを作る
まずは必須のところだけ
find_by_id
find_by_event_id
create
仕様
基本URI
http://サーバURL:8000/api/v1/event_items
get
find_by_id
/{$id}
対応するidのevent_item単体を返す
find_by_event_item_id
/event_id/{$id}
event_idが一致するevent_itemのlistを返す
post
(/event_itemsへpost)
event_item作成
bodyにjson形式でデータを入れてpost
概要
仕様
get
find_by_id
find_by_event_item_id
post