http://helpnotice.herokuapp.com/
- 助けます登録画面
- helpデータ登録
- helperマッチング
- マッチング結果に対するtwitter通知
応答
{"success": true}
- help_idによる登録済みデータを元にhelperマッチング
- マッチング結果に対するtwitter通知
応答
{"success": true}
- help_idによる登録済みデータを元に、helper_idに対してtwitter通知
応答
{"success": true}
- help_idによる登録済みデータに対して、helper情報を更新
応答
{"success": true}
- ヘルプ案件情報を取得
応答
{"help_id": long,
"helper_name": string,
"need_help_id": long,
"need_help_name": string,
"need_help_address": string,
"need_help_tel": string,
"severity": string,
"latitude": string,
"longitude": string,
"datetime": string,
"helped": boolean,
"key": text
}
- clojureybotをフォローしているユーザに対してフォロー返しを行う
応答
{"success": true}
Copyright © 2015 hisataka