-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGetData.html
More file actions
17 lines (14 loc) · 914 Bytes
/
GetData.html
File metadata and controls
17 lines (14 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<title>Get Data From Moves</title>
</head>
<body>
<p><a href="https://api.moves-app.com/api/1.1/user/profile?access_token=<your access token here>">ユーザープロファイル</a></p>
<p><a href="https://api.moves-app.com/api/1.1/user/summary/daily/20170503?access_token=<your access token here>">2017年5月3日のサマリー</a></p>
<p><a href="https://api.moves-app.com/api/1.1/user/storyline/daily/20170503?access_token=<your access token here>">2017年5月3日のStoryLine</a></p>
<p><a href="https://api.moves-app.com/api/1.1/user/storyline/daily/20170503?trackPoints=true&access_token=<your access token here>">2017年5月3日のStoryLine(TrackPont付き)</a></p>
<p><a href="https://api.moves-app.com/api/1.1/user/summary/daily/201704?access_token=<your access token here>">2017年4月のサマリー</a></p>
</body>
</html>