Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

slackからbeaconDBの内容変更や追加をできるようにしたい #202

Open
sun-yryr opened this issue Oct 2, 2018 · 0 comments
Assignees

Comments

@sun-yryr
Copy link
Contributor

sun-yryr commented Oct 2, 2018

rest api

beaconidに関しては指定する

新規作成

  • method - POST
  • URL - ~/api/beacon/create
  • Body
    • beaconid - str
    • message - str
    • place - str

メッセージの上書き

  • method - POST
  • URL - ~/api/beacon/update
  • Body
    • beaconid - str
    • message - str

全取得

  • method - GET
  • URL - ~/api/beacon/get

行削除

  • method - POST(なんででしょうねぇ〜)
  • URL - ~/api/beacon/delete
  • Body
    • beaconid - str
@sun-yryr sun-yryr assigned sktrombone and sun-yryr and unassigned sktrombone Oct 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants