Skip to content

Hackathonbootcamp/helpNotice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

help_notice

デプロイ先

http://helpnotice.herokuapp.com/

画面

/helped.html?help_id&helper_id&key

  • 助けます登録画面

API

/helpme?need_help_id&severity&latitude&longitude

  • helpデータ登録
  • helperマッチング
  • マッチング結果に対するtwitter通知

応答

{"success": true}

/match?help_id

  • help_idによる登録済みデータを元にhelperマッチング
  • マッチング結果に対するtwitter通知

応答

{"success": true}

/notice?help_id&helper_id

  • help_idによる登録済みデータを元に、helper_idに対してtwitter通知

応答

{"success": true}

/helped?help_id&helper_id

  • help_idによる登録済みデータに対して、helper情報を更新

応答

{"success": true}

/helpinf?help_id&helper_id&key

  • ヘルプ案件情報を取得

応答

{"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
}

/friend

  • clojureybotをフォローしているユーザに対してフォロー返しを行う

応答

{"success": true}

License

Copyright © 2015 hisataka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published