This repository has been archived by the owner on Dec 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiary.apib
637 lines (465 loc) · 16.1 KB
/
apiary.apib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
FORMAT: 1A
HOST: https://api.frost-sns.ml/
# Frost-API (日本語)
- **情報が古くなっています。新しいAPIリファレンスは[こちら](https://github.com/Frost-Dev/Frost-API/wiki/api-docs-(ja))です。**
- Frost-APIは公式アプリケーションを含むすべてのFrostクライアントがFrostのコンテンツを利用するためのAPIです。
- 全てのリクエストは`X-Api-Version`ヘッダーによってAPIのバージョンが指定されている必要があります。
- 権限を必要とするエンドポイントへのリクエストではヘッダーに `X-Application-Key` と `X-Access-Key` が付加されている必要があり、また、そのアプリケーションは指定された権限を持っている必要があります。
# Streaming APIについて
Socket.ioからREST APIと同じURLに接続してください。
レスポンスは、呼び出したメッセージ名と同じメッセージ名で返却されます。
リクエストが成功したかどうかの判定はsuccessパラメータを参照してください。
## 認証方法について
接続する際のオプションに`query.applicationKey`と`query.accessKey`を付加してアクセスすると認証されます。
## 呼び出し可能なメッセージ
### 'rest' メッセージ
REST APIをストリーム上から呼び出すことが出来ます。
request.headersに`applicationKey`と`accessKey`を付加する必要はありません。
- パラメータ
- request.method: httpメソッド
- request.endpoint: エンドポイント
- request.headers: httpヘッダ
- request.body: ペイロードデータ
- リクエスト
{
"request": {
"method": "get",
"endpoint": "/users/1234hogehoge",
"headers": {
"x-api-version": 1
}
}
}
- レスポンス
{
"success": true,
"request": {
"method": "get",
"endpoint": "/users/1234hogehoge",
"headers": {
"x-api-version": 1
}
},
"response": {
"user": { userEntity }
},
"statusCode": 200
}
### 'timeline-connect' メッセージ
各種タイムラインのストリームに接続します。
- パラメータ
- type: タイムラインの種類 (public, home)
- リクエスト
{
"type": "public"
}
- レスポンス
{
"success": true,
"message": "connected public timeline"
}
### 'timeline-disconnect' メッセージ
各種タイムラインのストリームから切断します。
- パラメータ
- type: タイムラインの種類 (public, home)
- リクエスト
{
"type": "public"
}
- レスポンス
{
"success": true,
"message": "disconnected public timeline"
}
# Group Account
自身のアカウント
## account [/account]
### アカウントの作成 [POST]
#### アクセスに必要な権限
- `accountSpecial`
+ Request (application/json)
{
"screenName": "hoge",
"password": "hogehoge",
"name": "ほげほげ",
"description": "ぴよぴよ"
}
+ Response 200
[users/id][]
# Group Applications
連携アプリケーション
## applications [/applications]
+ Model (application/json)
{
"applications": [{
"createdAt": 1490034577,
"creatorId": "58d01f91eaac651378b79b72",
"description": "テスト用のアプリケーションです。",
"id": "58d01f91eaac651378b79b73",
"name": "Frost TestA",
"permissions": [
"accountRead",
"userRead",
"postRead",
"postWrite"
]
},
{
"createdAt": 1490034578,
"creatorId": "58d01f91eaac651378b79b72",
"description": "テスト用のアプリケーションです。",
"id": "58d01f91eaac651378b79b74",
"name": "Frost TestB",
"permissions": [
"postWrite"
]
}]
}
### アプリケーションの作成 [POST]
#### アクセスに必要な権限
- `applicationSpecial`
+ Request (application/json)
{
"name": "Test",
"description": "テスト用のアプリケーションです。",
"permissions": [
"accountRead",
"userRead",
"postRead",
"postWrite"
]
}
+ Response 200
[applications/id][]
### 作成したすべてのアプリケーション情報の取得 [GET]
#### アクセスに必要な権限
- `application`
+ Response 200
[applications][]
## applications/id [/applications/{id}]
+ Model (application/json)
{
"application": {
"createdAt": 1490034577,
"creatorId": "58d01f91eaac651378b79b72",
"description": "テスト用のアプリケーションです。",
"id": "58d01f91eaac651378b79b73",
"name": "Frost Test",
"permissions": [
"accountRead",
"userRead",
"postRead",
"postWrite"
]
}
}
+ Parameters
+ id: `58d01f91eaac651378b79b73` (string, required) - アプリケーションID。
### アプリケーション情報の取得 [GET]
#### アクセスに必要な権限
- `application`
+ Response 200
[applications/id][]
## applications/id/application_key [/applications/{id}/application_key]
+ Model (application/json)
{
"applicationKey": "58d01f91eaac651378b79b73-aa9870bd22dbfbed956419994824b8498556e8f568bca86fcbd8bc41eb04151a.67654"
}
+ Parameters
+ id: `58d01f91eaac651378b79b73` (string, required) - アプリケーションID。
### アプリケーションキーの作成 [POST]
#### アクセスに必要な権限
- `applicationSpecial`
+ Response 200
[applications/id/application_key][]
### アプリケーションキーの取得 [GET]
#### アクセスに必要な権限
- `applicationSpecial`
+ Response 200
[applications/id/application_key][]
# Group IceAuth
アプリケーションの認証
## ice_auth [/ice_auth]
### IceAuthキーの作成 [POST]
#### 説明
認証を行う際に必要となります。
#### アクセスに必要な権限
- 不要
+ Request (application/json)
{
"applicationKey": "abcdef123456abcdef123456-ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234.123"
}
+ Response 200 (application/json)
{
"iceAuthKey" : "abcdef123456abcdef123456-ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234.123"
}
## ice_auth/authorize [/ice_auth/authorize]
### 検証コード認証によるアクセスキーの作成 [POST]
#### アクセスに必要な権限
- 不要
+ Request (application/json)
+ Headers
X-Ice-Auth-Key: abcdef123456abcdef123456-ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234.123
+ Body
{
"verificationCode" : "1234567890"
}
+ Response 200
{
"accessKey": "58d01f91eaac651378b79b73-aa9870bd22dbfbed956419994824b8498556e8f568bca86fcbd8bc41eb04151a.67654"
}
## ice_auth/verification_code [/ice_auth/verification_code]
### 検証コードの取得 [GET]
#### 説明
認証ホスト(Frost-Webなど)向けです。
クライアントは`ice_auth_host`権限を持つ認証ホスト上で手続きを行い、間接的に`verificationKey`を得る必要があります。
#### アクセスに必要な権限
- `iceAuthHost`
+ Request (application/json)
+ Headers
X-Ice-Auth-Key: abcdef123456abcdef123456-ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234.123
+ Response 200 (application/json)
{
"verificationCode" : "1234567890"
}
## ice_auth/target_user [/ice_auth/target_user]
### 検証コード認証の対象ユーザーの設定 [POST]
#### 説明
認証ホスト(Frost-Webなど)向けです。
`iceAuthHost`権限を持つ認証ホストが手続きを行う際に、認証の対象となったユーザーの`userId`をパラメータに付加してリクエストします。
#### アクセスに必要な権限
- `iceAuthHost`
+ Request (application/json)
+ Headers
X-Ice-Auth-Key: abcdef123456abcdef123456-ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234.123
+ Body
{
"userId": "abcdef123456abcdef123457"
}
+ Response 200 (application/json)
{
"targetUserId" : "abcdef123456abcdef123457"
}
## ice_auth/authorize_basic [/ice_auth/authorize_basic]
### screenName/password認証によるアクセスキーの作成 [POST]
認証ホスト(Frost-Webなど)向けです。
#### アクセスに必要な権限
- `iceAuthHost`
+ Request (application/json)
+ Headers
X-Ice-Auth-Key: abcdef123456abcdef123456-ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234ABCD1234.123
+ Body
{
"screenName" : "hogehoge",
"password": "piyopiyo"
}
+ Response 200
{
"accessKey": "58d01f91eaac651378b79b73-aa9870bd22dbfbed956419994824b8498556e8f568bca86fcbd8bc41eb04151a.67654"
}
# Group Posts
投稿記事
## posts/id [/posts/{id}]
+ Parameters
+ id: `abcdef123456abcdef123456` (string, required) - ポストID。
### ポストの取得 [GET]
#### アクセスに必要な権限
- `postRead`
+ Response 200
[posts/post_status][]
+ Response 200
[posts/post_article][]
+ Response 200
[posts/post_link][]
## posts/post_status [/posts/post_status]
+ Model (application/json)
{
"postStatus": {
"id": "abcdef123456abcdef123456",
"createdAt": 1234567891,
"userId": "1",
"text": "hogehoge"
}
}
### ステータスポストの作成 [POST]
#### アクセスに必要な権限
- `postWrite`
+ Request (application/json)
{
"text": "hogehoge"
}
+ Response 200
[posts/post_status][]
## posts/post_article [/posts/post_article]
+ Model (application/json)
{
"postArticle": {
"id": "abcdef123456abcdef123457",
"createdAt": 1234567892,
"userId": "1",
"title": "hoge",
"description": "description text",
"body": "hogehoge",
"thumbnailUrl": "http://hogehoge.jp/thumbnail.png"
}
}
### アーティクルポストの作成 [POST]
#### アクセスに必要な権限
- `postWrite`
+ Request (application/json)
{
"title": "hoge",
"description": "description text",
"body": "hogehoge",
"thumbnailUrl": "http://hogehoge.jp/thumbnail.png"
}
+ Response 200
[posts/post_article][]
## posts/post_link [/posts/post_link]
+ Model (application/json)
{
"postLink": {
"id": "abcdef123456abcdef123458",
"createdAt": 1234567893,
"userId": "2",
"targetPostId": "abcdef123456abcdef123458",
"targetPost": {
"postArticle": {
"id": "abcdef123456abcdef123457",
"createdAt": 1234567892,
"userId": "1",
"title": "hoge",
"description": "description text",
"body": "hogehoge",
"thumbnailUrl": "http://hogehoge.jp/thumbnail.png"
}
}
}
}
### リンクポストの作成 [POST]
#### アクセスに必要な権限
- `postWrite`
+ Request (application/json)
{
"targetPostId": "abcdef123456abcdef123458"
}
+ Response 200
[posts/post_link][]
# Group Users
ユーザー
## users [/users?{screen_names}=screenName1,screenName2]
+ Model (application/json)
{
"users": [
{
"id": "abcdef123456abcdef123456",
"createdAt": 1234567890,
"screenName": "screenName1",
"name": "ほげほげ",
"description": "ぴよぴよ"
},
{
"id": "abcdef123456abcdef123457",
"createdAt": 1234567891,
"screenName": "screenName2",
"name": "ほげほげ",
"description": "ぴよぴよ"
}
]
}
### 一つ以上のscreenNameからユーザー情報を取得 [GET]
#### アクセスに必要な権限
- `userRead`
+ Parameters
+ screen_names: `screenName1,screenName2` (string, required) - ユーザー名。
+ Response 200
[users][]
## users/id [/users/{id}]
+ Model (application/json)
{
"user": {
"id": "abcdef123456abcdef123456",
"createdAt": 1234567890,
"screenName": "hoge",
"name": "ほげほげ",
"description": "ぴよぴよ"
}
}
+ Parameters
+ id: `abcdef123456abcdef123456` (string, required) - ユーザーID。
### ユーザー情報の取得 [GET]
#### アクセスに必要な権限
- `userRead`
+ Response 200
[users/id][]
## users/id/timeline [/users/{id}/timeline]
+ Model (application/json)
[
{
"postStatus": {
"id": "abcdef123456abcdef123456",
"createdAt": 1234567891,
"userId": "1",
"text": "hogehoge"
}
},
{
"postArticle": {
"id": "abcdef123456abcdef123457",
"createdAt": 1234567892,
"userId": "1",
"title": "hoge",
"description": "description text",
"body": "hogehoge",
"thumbnailUrl": "http://hogehoge.jp/thumbnail.png"
}
},
{
"postLink": {
"id": "abcdef123456abcdef123458",
"createdAt": 1234567893,
"userId": "2",
"targetPostId": "abcdef123456abcdef123458",
"targetPost": {
"postArticle": {
"id": "abcdef123456abcdef123457",
"createdAt": 1234567892,
"userId": "1",
"title": "hoge",
"description": "description text",
"body": "hogehoge",
"thumbnailUrl": "http://hogehoge.jp/thumbnail.png"
}
}
}
}
]
### 指定ユーザーのタイムラインの取得 [GET]
#### アクセスに必要な権限
- `userRead`, `postRead`
+ Request (application/json)
{
"filter": "all",
"limit": 3
}
+ Response 200
[users/id/timeline][]
## users/id/followings [/users/{id}/followings]
### 指定ユーザーのフォローリストの取得 [GET]
#### アクセスに必要な権限
- `userRead`
+ Response 200
## users/id/followers [/users/{id}/followers]
### 指定ユーザーのフォロワーリストの取得 [GET]
#### アクセスに必要な権限
- `userRead`
+ Response 200
## users/id/follow [/users/{id}/follow]
### 指定ユーザーをフォロー [POST]
#### アクセスに必要な権限
- `userWrite`
+ Response 200
### 指定ユーザーへのフォローを解除 [DELETE]
#### アクセスに必要な権限
- `userWrite`
+ Response 200