Advertisement
amigojapan

API

Sep 18th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. //http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=fetch&clientID=test&lat=200&longi=100&unixtimestamp=100
  2. //http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=set&clientID=test2&lat=200&longi=200&unixtimestamp=100
  3. //regisater http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=register&clientID=test7&lat=100&longi=100&unixtimestamp=100&email=test@test.com&phone_number=09037368364&introduction=hello I am test, nice to meet you&meeting_agreement=I want to meet someone to have a cup of coffee&mac_address=ab:ab:ab:ab&dateable=false&meetup_reffered_from_clientID=test2
  4. //http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=FetchServerTime
  5. //http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=boradcast&message_body=my%20test%20message&unixtimestamp=100&FROMclientID=test&lat=100&longi=100
  6. //http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=FetchMessages&LastServerTime=1472716560&lat=100&longi=100&TOclientID=usertest
  7. //private message http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=PM&message_body=urlencodedmessage&FROMclientID=usertest&TOclientID=usertest
  8. //update profile http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=UpdateProfile&clientID=test8&email=test@test.com&phone_number=09037368364&introduction=hello I am test, nice to meet you&meeting_agreement=I want to meet someone to have a cup of coffee test hey&&dateable=false
  9. //send meet request http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=MeetRequest&FROMclientID=usertest&TOclientID=test8&contract=urlencodedmessage&lat=123.456&longi=189.123
  10. //accept meet request http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=AcceptRequest&MeetupID=57d11a6b6a8c1&TOclientID=test8&token=abc
  11. //decline meet request http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=DeclineRequest&MeetupID=57d11a6b6a8c1&TOclientID=test8&token=abc
  12. //poll for meeting accepted or rejected http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=PollMeetingReply&ClientID=user1&MeetupID=57d11a6b6a8c1&TOclientID=test8&token=abc
  13. //contact broken http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=ContractBroken&MeetupID=57d11a6b6a8c1&TOclientID=test8&token=abc
  14. //contract upheld http://amigojapan.duckdns.org/LocationServer/LocationServerQuads.php?operation=ContractUpheld&MeetupID=57d11a6b6a8c1&TOclientID=test8&token=abc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement