From 2ba916ea6a846699fe3e0308d8249e9ad9556b0f Mon Sep 17 00:00:00 2001 From: isaosano Date: Fri, 5 Feb 2021 16:44:48 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB?= =?UTF-8?q?=E3=83=AA=E3=82=AF=E3=82=A8=E3=82=B9=E3=83=88=E3=81=AB=E3=81=A6?= =?UTF-8?q?=E3=80=8C&=E3=80=8D=E3=82=92=E3=82=A8=E3=82=B9=E3=82=B1?= =?UTF-8?q?=E3=83=BC=E3=83=97=E3=81=97=E3=81=9F=E8=A8=98=E8=BC=89=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activity_community.html | 2 +- activity_delete.html | 2 +- activity_friends.html | 2 +- activity_member.html | 2 +- activity_post.html | 2 +- activity_search.html | 4 ++-- community_join.html | 2 +- community_member.html | 2 +- community_search.html | 2 +- diary_comment_delete.html | 2 +- diary_comment_post.html | 2 +- diary_comment_search.html | 2 +- diary_delete.html | 2 +- diary_post.html | 2 +- diary_search.html | 2 +- event_comment_delete.html | 2 +- event_comment_post.html | 2 +- event_comment_search.html | 2 +- event_delete.html | 2 +- event_post.html | 2 +- event_search.html | 2 +- member_community.html | 2 +- member_friend_accept.html | 2 +- member_friend_request.html | 2 +- member_search.html | 4 ++-- topic_comment_delete.html | 2 +- topic_comment_post.html | 2 +- topic_comment_search.html | 2 +- topic_delete.html | 2 +- topic_post.html | 2 +- topic_search.html | 2 +- 31 files changed, 33 insertions(+), 33 deletions(-) diff --git a/activity_community.html b/activity_community.html index c809b04..7681577 100644 --- a/activity_community.html +++ b/activity_community.html @@ -225,7 +225,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/activity/community.json?community_id=1&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/activity/community.json?community_id=1\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/activity_delete.html b/activity_delete.html index 116bf76..6954f5a 100644 --- a/activity_delete.html +++ b/activity_delete.html @@ -181,7 +181,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/activity/delete.json?activity_id=20&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/activity/delete.json?activity_id=20\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/activity_friends.html b/activity_friends.html index 20a4c87..71a7eef 100644 --- a/activity_friends.html +++ b/activity_friends.html @@ -225,7 +225,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/activity/friends.json?member_id=20&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/activity/friends.json?member_id=20\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/activity_member.html b/activity_member.html index ca03255..5012a19 100644 --- a/activity_member.html +++ b/activity_member.html @@ -219,7 +219,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/activity/member.json?member_id=1&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/activity/member.json?member_id=1\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/activity_post.html b/activity_post.html index 55ae7bd..ea21a22 100644 --- a/activity_post.html +++ b/activity_post.html @@ -239,7 +239,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/activity/post.json?body=テスト投稿&public_flag=1&target=community&target_id=1&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/activity/post.json?body=テスト投稿\&public_flag=1\&target=community\&target_id=1\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/activity_search.html b/activity_search.html index 9d5db86..03cacb0 100644 --- a/activity_search.html +++ b/activity_search.html @@ -245,8 +245,8 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/activity/search.json?target=community&target_id=1&count=20&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
-
$ curl http://example.com/api.php/activity/search.json?since_id=20&max_id=50&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/activity/search.json?target=community\&target_id=1\&count=20\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/activity/search.json?since_id=20\&max_id=50\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/community_join.html b/community_join.html index 612f0fc..7f09376 100644 --- a/community_join.html +++ b/community_join.html @@ -184,7 +184,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/community/join.json?community_id=1234&leave=true&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/community/join.json?community_id=1234\&leave=true\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/community_member.html b/community_member.html index 2bb3fc2..fe3d1f2 100644 --- a/community_member.html +++ b/community_member.html @@ -181,7 +181,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/community/member.json?community_id=1234&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/community/member.json?community_id=1234\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/community_search.html b/community_search.html index 3c484bb..1f7013f 100644 --- a/community_search.html +++ b/community_search.html @@ -233,7 +233,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/community/search.json?keyword=Q&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/community/search.json?keyword=Q\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/diary_comment_delete.html b/diary_comment_delete.html index 2598424..60e62db 100644 --- a/diary_comment_delete.html +++ b/diary_comment_delete.html @@ -179,7 +179,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc&id=17' http://example.com/api.php/diary_comment/delete.json
+
$ curl -XPOST -d 'apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc\&id=17' http://example.com/api.php/diary_comment/delete.json

diff --git a/diary_comment_post.html b/diary_comment_post.html index 982a2b4..377f392 100644 --- a/diary_comment_post.html +++ b/diary_comment_post.html @@ -219,7 +219,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc&diary_id=6&body=コメント' http://example.com/api.php/diary_comment/post.json
+
$ curl -XPOST -d 'apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc\&diary_id=6\&body=コメント' http://example.com/api.php/diary_comment/post.json

diff --git a/diary_comment_search.html b/diary_comment_search.html index f6b1076..f90e37d 100644 --- a/diary_comment_search.html +++ b/diary_comment_search.html @@ -219,7 +219,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/diary_comment/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc&diary_id=5
+
$ curl http://example.com/api.php/diary_comment/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc\&diary_id=5

diff --git a/diary_delete.html b/diary_delete.html index ca17050..cce8981 100644 --- a/diary_delete.html +++ b/diary_delete.html @@ -179,7 +179,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'diarry_id=20&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5' http://example.com/api.php/diary/delete.json
+
$ curl -XPOST -d 'diarry_id=20\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5' http://example.com/api.php/diary/delete.json

diff --git a/diary_post.html b/diary_post.html index 2e03efd..83ce6d3 100644 --- a/diary_post.html +++ b/diary_post.html @@ -229,7 +229,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'title=タイトル&body=本文&public_flag=1&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5' http://example.com/api.php/diary/post.json
+
$ curl -XPOST -d 'title=タイトル\&body=本文\&public_flag=1\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5' http://example.com/api.php/diary/post.json

diff --git a/diary_search.html b/diary_search.html index 0b1886f..2d4e827 100644 --- a/diary_search.html +++ b/diary_search.html @@ -273,7 +273,7 @@

レスポンス

サンプルリクエスト normal

-
$ curl http://example.com/api.php/diary/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc&id=6
+
$ curl http://example.com/api.php/diary/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc\&id=6

サンプルレスポンス normal

diff --git a/event_comment_delete.html b/event_comment_delete.html index 7b25002..587904a 100644 --- a/event_comment_delete.html +++ b/event_comment_delete.html @@ -199,7 +199,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&id=3' http://example.com/api.php/event_comment/delete.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&id=3' http://example.com/api.php/event_comment/delete.json

diff --git a/event_comment_post.html b/event_comment_post.html index b392da3..20c4910 100644 --- a/event_comment_post.html +++ b/event_comment_post.html @@ -204,7 +204,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&community_event_id=1&body=ccccc' http://example.com/api.php/event_comment/post.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&community_event_id=1\&body=ccccc' http://example.com/api.php/event_comment/post.json

diff --git a/event_comment_search.html b/event_comment_search.html index db19375..64b992b 100644 --- a/event_comment_search.html +++ b/event_comment_search.html @@ -216,7 +216,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/event_comment/search.json?community_event_id=1&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5
+
$ curl http://example.com/api.php/event_comment/search.json?community_event_id=1\&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5

サンプルレスポンス

diff --git a/event_delete.html b/event_delete.html index db811aa..ee1ad6f 100644 --- a/event_delete.html +++ b/event_delete.html @@ -219,7 +219,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&id=1' http://example.com/api.php/event/delete.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&id=1' http://example.com/api.php/event/delete.json

diff --git a/event_post.html b/event_post.html index 3e25398..3bcd417 100644 --- a/event_post.html +++ b/event_post.html @@ -249,7 +249,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&community_id=1&name=bbbbbb&body=bbbbbbbbb' http://example.com/api.php/event/post.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&community_id=1\&name=bbbbbb\&body=bbbbbbbbb' http://example.com/api.php/event/post.json

diff --git a/event_search.html b/event_search.html index bf8365e..03b644a 100644 --- a/event_search.html +++ b/event_search.html @@ -283,7 +283,7 @@

レスポンス

サンプルリクエスト normal

-
$ curl http://example.com/api.php/event/search.json?id=1&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&target=community&target_id=1
+
$ curl http://example.com/api.php/event/search.json?id=1\&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&target=community\&target_id=1

サンプルレスポンス normal

diff --git a/member_community.html b/member_community.html index 40f7dc7..b2eaa0f 100644 --- a/member_community.html +++ b/member_community.html @@ -230,7 +230,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/member/community.json?member_id=1234&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/member/community.json?member_id=1234|&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/member_friend_accept.html b/member_friend_accept.html index d8b0d95..7ff9b22 100644 --- a/member_friend_accept.html +++ b/member_friend_accept.html @@ -188,7 +188,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/member/friend_accept.json?member_id=1234&reject=true&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/member/friend_accept.json?member_id=1234\&reject=true\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

サンプルレスポンス

diff --git a/member_friend_request.html b/member_friend_request.html index c42c781..6c91186 100644 --- a/member_friend_request.html +++ b/member_friend_request.html @@ -179,7 +179,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/member/friend_request.json?member_id=1234&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/member/friend_request.json?member_id=1234\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

diff --git a/member_search.html b/member_search.html index d20d266..9062e9f 100644 --- a/member_search.html +++ b/member_search.html @@ -218,8 +218,8 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/member/search.json?target=friend&target_id=1234&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
-
$ curl http://example.com/api.php/member/search.json?target=community&target_id=123&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/member/search.json?target=friend\&target_id=1234\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
+
$ curl http://example.com/api.php/member/search.json?target=community\&target_id=123\&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

サンプルレスポンス

diff --git a/topic_comment_delete.html b/topic_comment_delete.html index 25ef521..1f736cd 100644 --- a/topic_comment_delete.html +++ b/topic_comment_delete.html @@ -199,7 +199,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&id=3' http://example.com/api.php/topic_comment/delete.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&id=3' http://example.com/api.php/topic_comment/delete.json

diff --git a/topic_comment_post.html b/topic_comment_post.html index d56e267..2d195b2 100644 --- a/topic_comment_post.html +++ b/topic_comment_post.html @@ -204,7 +204,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&community_topic_id=1&body=ccccc' http://example.com/api.php/topic_comment/post.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&community_topic_id=1\&body=ccccc' http://example.com/api.php/topic_comment/post.json

diff --git a/topic_comment_search.html b/topic_comment_search.html index f906283..73d084f 100644 --- a/topic_comment_search.html +++ b/topic_comment_search.html @@ -216,7 +216,7 @@

レスポンス

サンプルリクエスト

-
$ curl http://example.com/api.php/topic_comment/search.json?community_topic_id=1&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5
+
$ curl http://example.com/api.php/topic_comment/search.json?community_topic_id=1\&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5

サンプルレスポンス

diff --git a/topic_delete.html b/topic_delete.html index c541312..f805997 100644 --- a/topic_delete.html +++ b/topic_delete.html @@ -219,7 +219,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&id=1' http://example.com/api.php/topic/delete.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&id=1' http://example.com/api.php/topic/delete.json

diff --git a/topic_post.html b/topic_post.html index a8cd186..54a340a 100644 --- a/topic_post.html +++ b/topic_post.html @@ -234,7 +234,7 @@

レスポンス

サンプルリクエスト

-
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&community_id=1&name=bbbbbb&body=bbbbbbbbb' http://example.com/api.php/topic/post.json
+
$ curl -XPOST -d 'apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&community_id=1\&name=bbbbbb\&body=bbbbbbbbb' http://example.com/api.php/topic/post.json

diff --git a/topic_search.html b/topic_search.html index 5341441..2f0706a 100644 --- a/topic_search.html +++ b/topic_search.html @@ -283,7 +283,7 @@

レスポンス

サンプルリクエスト normal

-
$ curl http://example.com/api.php/topic/search.json?id=1&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&target=community&target_id=1
+
$ curl http://example.com/api.php/topic/search.json?id=1\&apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&target=community\&target_id=1

サンプルレスポンス normal

From 9f8994c452bb3de6c506ebf2016752ca4a2d1b7a Mon Sep 17 00:00:00 2001 From: isaosano Date: Fri, 5 Feb 2021 17:45:05 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=82=8B=E6=A9=9F=E8=83=BD=E3=81=8C=E7=8F=BE=E7=8A=B6=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E3=81=97=E3=81=AA=E3=81=84=E3=81=9F=E3=82=81=20activi?= =?UTF-8?q?ty/mentions.json=20=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activity_community.html | 1 - activity_delete.html | 1 - activity_friends.html | 1 - activity_member.html | 1 - activity_mentions.html | 270 --------------------------------- activity_post.html | 1 - activity_search.html | 1 - api_common.html | 1 - community_join.html | 1 - community_member.html | 1 - community_search.html | 1 - diary_comment_delete.html | 1 - diary_comment_post.html | 1 - diary_comment_search.html | 1 - diary_delete.html | 1 - diary_post.html | 1 - diary_search.html | 1 - event_comment_delete.html | 1 - event_comment_post.html | 1 - event_comment_search.html | 1 - event_delete.html | 1 - event_post.html | 1 - event_search.html | 1 - global/search.html | 1 - guide_buildapi.html | 1 - guide_first.html | 1 - guide_template.html | 1 - index.html | 1 - member_block.html | 1 - member_community.html | 1 - member_friend_accept.html | 1 - member_friend_request.html | 1 - member_invite.html | 1 - member_invite_list.html | 1 - member_profile_update.html | 1 - member_search.html | 1 - plugin/diary_post.html | 1 - plugin/diary_search.html | 1 - plugin/message_delete.html | 1 - plugin/message_detail.html | 1 - plugin/message_list.html | 1 - plugin/message_list_inbox.html | 1 - plugin/message_post.html | 1 - push_count.html | 1 - push_read.html | 1 - push_search.html | 1 - t_navi.html | 1 - topic_comment_delete.html | 1 - topic_comment_post.html | 1 - topic_comment_search.html | 1 - topic_delete.html | 1 - topic_post.html | 1 - topic_search.html | 1 - 53 files changed, 322 deletions(-) delete mode 100644 activity_mentions.html diff --git a/activity_community.html b/activity_community.html index 7681577..dde6a8a 100644 --- a/activity_community.html +++ b/activity_community.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/activity_delete.html b/activity_delete.html index 6954f5a..9131af4 100644 --- a/activity_delete.html +++ b/activity_delete.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/activity_friends.html b/activity_friends.html index 71a7eef..1f95899 100644 --- a/activity_friends.html +++ b/activity_friends.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/activity_member.html b/activity_member.html index 5012a19..9e59e6c 100644 --- a/activity_member.html +++ b/activity_member.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/activity_mentions.html b/activity_mentions.html deleted file mode 100644 index 2b559cd..0000000 --- a/activity_mentions.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - activity/mentions.json - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - - - -

    activity/mentions.json 概要

    -

    自分のスクリーンネームが含まれているメンションタイムラインを取得してきます。

    -

    - -

    リクエスト

    - - - - - - - - - - - - - - - - -
    パラメータ説明
    countinteger取得したいタイムラインの、取得件数を指定します。デフォルトは20
    - -

    レスポンス

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    フィールド名説明
    idタイムラインのID(連番)
    memberメンバーの情報(詳しくは レスポンスの共通仕様 を参照)
    bodyタイムラインの本文
    body_htmlタイムラインの本文(HTML版)
    uriタイムラインの参照URI
    sourceタイムラインの投稿元の名前
    source_uriタイムラインの投稿元のURL
    created_at投稿時間
    - -

    サンプルリクエスト

    -
    $ curl http://example.com/api.php/activity/mentions.json?count=10&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5
    - -
    - -

    サンプルレスポンス

    - -
    -{
    -    "status": "success",
    -    "data": [{
    -        "id": "100",
    -        "member": {
    -            "id": "1",
    -            "profile_image": "http:\/\/example.com\/cache\/img\/jpg\/w48_h48\/m_1_1eb9de8cc262e142f91ee61489db11ad058bb902_jpg.jpg",
    -            "screen_name": "\u624b\u5d8b\u5b88",
    -            "name": "\u624b\u5d8b\u5b88",
    -            "profile_url": "http:\/\/example.com\/member\/1",
    -            "friend": false,
    -            "blocking": false,
    -            "self": false,
    -            "friends_count": 0,
    -            "self_introduction": "\u3088\u308d\u3057\u304f\u304a\u9858\u3044\u3057\u307e\u3059\u3002"
    -        },
    -        "body": "@@@takahata \u9ad8\u7551\u3055\u3093\u305d\u308d\u305d\u308d\u51fa\u756a\u3067\u3059\u3088",
    -        "body_html": "@@@takahata \u9ad8\u7551\u3055\u3093\u305d\u308d\u305d\u308d\u51fa\u756a\u3067\u3059\u3088",
    -        "uri": null,
    -        "source": "API",
    -        "source_uri": null,
    -        "created_at": "Tue, 10 Apr 2012 13:20:18 +0900"
    -    }]
    -}
    -
    - - -
    -
    -
    -
    - -
    - -
    -

    © Tejimaya Inc. 2012- All Rights Reserved.

    -
    - -
    - - - - - diff --git a/activity_post.html b/activity_post.html index ea21a22..a40d24b 100644 --- a/activity_post.html +++ b/activity_post.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/activity_search.html b/activity_search.html index 03cacb0..bde5e58 100644 --- a/activity_search.html +++ b/activity_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/api_common.html b/api_common.html index 8ae6250..8c25fa3 100644 --- a/api_common.html +++ b/api_common.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/community_join.html b/community_join.html index 7f09376..d34fdc6 100644 --- a/community_join.html +++ b/community_join.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/community_member.html b/community_member.html index fe3d1f2..f602ec9 100644 --- a/community_member.html +++ b/community_member.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/community_search.html b/community_search.html index 1f7013f..8a399e4 100644 --- a/community_search.html +++ b/community_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/diary_comment_delete.html b/diary_comment_delete.html index 60e62db..0525cd7 100644 --- a/diary_comment_delete.html +++ b/diary_comment_delete.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/diary_comment_post.html b/diary_comment_post.html index 377f392..9d56e5c 100644 --- a/diary_comment_post.html +++ b/diary_comment_post.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/diary_comment_search.html b/diary_comment_search.html index f90e37d..15dbc3b 100644 --- a/diary_comment_search.html +++ b/diary_comment_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/diary_delete.html b/diary_delete.html index cce8981..2b3be6f 100644 --- a/diary_delete.html +++ b/diary_delete.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/diary_post.html b/diary_post.html index 83ce6d3..b44b209 100644 --- a/diary_post.html +++ b/diary_post.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/diary_search.html b/diary_search.html index 2d4e827..b77f53e 100644 --- a/diary_search.html +++ b/diary_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/event_comment_delete.html b/event_comment_delete.html index 587904a..a6be9df 100644 --- a/event_comment_delete.html +++ b/event_comment_delete.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/event_comment_post.html b/event_comment_post.html index 20c4910..23b14c8 100644 --- a/event_comment_post.html +++ b/event_comment_post.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/event_comment_search.html b/event_comment_search.html index 64b992b..31b1deb 100644 --- a/event_comment_search.html +++ b/event_comment_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/event_delete.html b/event_delete.html index ee1ad6f..16806d8 100644 --- a/event_delete.html +++ b/event_delete.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/event_post.html b/event_post.html index 3bcd417..69b1734 100644 --- a/event_post.html +++ b/event_post.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/event_search.html b/event_search.html index 03b644a..5a87b66 100644 --- a/event_search.html +++ b/event_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/global/search.html b/global/search.html index 0f7740e..0e97b7a 100644 --- a/global/search.html +++ b/global/search.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/guide_buildapi.html b/guide_buildapi.html index de303b3..7788c62 100644 --- a/guide_buildapi.html +++ b/guide_buildapi.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/guide_first.html b/guide_first.html index 8d9300d..9112f41 100644 --- a/guide_first.html +++ b/guide_first.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/guide_template.html b/guide_template.html index bb4c438..d3029cb 100644 --- a/guide_template.html +++ b/guide_template.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/index.html b/index.html index e50b608..f3cbf59 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_block.html b/member_block.html index 891b35e..f0f806f 100644 --- a/member_block.html +++ b/member_block.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_community.html b/member_community.html index b2eaa0f..3c3626f 100644 --- a/member_community.html +++ b/member_community.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_friend_accept.html b/member_friend_accept.html index 7ff9b22..2b699e8 100644 --- a/member_friend_accept.html +++ b/member_friend_accept.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_friend_request.html b/member_friend_request.html index 6c91186..27c64fb 100644 --- a/member_friend_request.html +++ b/member_friend_request.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_invite.html b/member_invite.html index 5492b84..33c5d78 100644 --- a/member_invite.html +++ b/member_invite.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_invite_list.html b/member_invite_list.html index 1ed2b23..56e3f20 100644 --- a/member_invite_list.html +++ b/member_invite_list.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_profile_update.html b/member_profile_update.html index 56921cc..a223f69 100644 --- a/member_profile_update.html +++ b/member_profile_update.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/member_search.html b/member_search.html index 9062e9f..607baf6 100644 --- a/member_search.html +++ b/member_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/plugin/diary_post.html b/plugin/diary_post.html index 66d22cf..7a04ab5 100644 --- a/plugin/diary_post.html +++ b/plugin/diary_post.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/plugin/diary_search.html b/plugin/diary_search.html index 3b32994..4f29fee 100644 --- a/plugin/diary_search.html +++ b/plugin/diary_search.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/plugin/message_delete.html b/plugin/message_delete.html index b1da64d..1a41d2c 100644 --- a/plugin/message_delete.html +++ b/plugin/message_delete.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/plugin/message_detail.html b/plugin/message_detail.html index 0493acf..31f270b 100644 --- a/plugin/message_detail.html +++ b/plugin/message_detail.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/plugin/message_list.html b/plugin/message_list.html index 2b71fff..55e5db8 100644 --- a/plugin/message_list.html +++ b/plugin/message_list.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/plugin/message_list_inbox.html b/plugin/message_list_inbox.html index a61b160..56987fb 100644 --- a/plugin/message_list_inbox.html +++ b/plugin/message_list_inbox.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/plugin/message_post.html b/plugin/message_post.html index 37024db..9d88ed5 100644 --- a/plugin/message_post.html +++ b/plugin/message_post.html @@ -57,7 +57,6 @@
  • activity/delete.json
  • activity/friends.json
  • activity/member.json
  • -
  • activity/mentions.json
  • activity/post.json
  • activity/search.json
  • community/join.json
  • diff --git a/push_count.html b/push_count.html index e3a8862..dd2e579 100644 --- a/push_count.html +++ b/push_count.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/push_read.html b/push_read.html index 38ddbef..825de11 100644 --- a/push_read.html +++ b/push_read.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/push_search.html b/push_search.html index d8b4cdb..794961c 100644 --- a/push_search.html +++ b/push_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/t_navi.html b/t_navi.html index 3f94edf..b476d6c 100644 --- a/t_navi.html +++ b/t_navi.html @@ -11,7 +11,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/topic_comment_delete.html b/topic_comment_delete.html index 1f736cd..9ccbfc2 100644 --- a/topic_comment_delete.html +++ b/topic_comment_delete.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/topic_comment_post.html b/topic_comment_post.html index 2d195b2..ea79669 100644 --- a/topic_comment_post.html +++ b/topic_comment_post.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/topic_comment_search.html b/topic_comment_search.html index 73d084f..18050ec 100644 --- a/topic_comment_search.html +++ b/topic_comment_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/topic_delete.html b/topic_delete.html index f805997..c3415ca 100644 --- a/topic_delete.html +++ b/topic_delete.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/topic_post.html b/topic_post.html index 54a340a..e5754b5 100644 --- a/topic_post.html +++ b/topic_post.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • diff --git a/topic_search.html b/topic_search.html index 2f0706a..2ba8803 100644 --- a/topic_search.html +++ b/topic_search.html @@ -72,7 +72,6 @@
  • activity/community.json
  • activity/post.json
  • activity/delete.json
  • -
  • activity/mentions.json
  • member/community.json
  • From d9081efb3c939c7695539ce22de2fa2badb95243 Mon Sep 17 00:00:00 2001 From: isaosano Date: Fri, 5 Feb 2021 19:18:40 +0900 Subject: [PATCH 3/5] =?UTF-8?q?diary=5Fsearch=20=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=82=AF=E3=82=A8=E3=82=B9=E3=83=88=E6=83=85=E5=A0=B1=E3=81=A8?= =?UTF-8?q?=E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB=E3=83=AA=E3=82=AF=E3=82=A8?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diary_search.html | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/diary_search.html b/diary_search.html index b77f53e..1962875 100644 --- a/diary_search.html +++ b/diary_search.html @@ -153,6 +153,29 @@

    リクエスト

    + + target + string*必須 + 以下のいずれかを指定する + diary: 指定された diary_id の日記情報を取得、ただし指定したapiKeyのメンバーに閲覧権限がない場合は「400 Bad Request」が返却される + list: 公開範囲が「Web全体に公開」、「全員に公開」に設定されている日記の一覧を取得 + list_mine: 指定した apiKey のメンバーの日記の一覧を取得、公開範囲が「公開しない」ものも含む + list_member: + - member_id を指定しない場合は、list_mine と同じ一覧を取得 + - 指定した member_id が指定した apiKey のメンバーのメンバーIDの場合は list_mine と同じ一覧を取得 + - 指定した member_id が指定した apiKey のメンバーのフレンドの場合は、公開範囲が「Web全体に公開」、「全員に公開」、「マイフレンドまで公開」に設定されている member_id の日記一覧を取得 + - 指定した member_id が指定した apiKey のメンバーのフレンドではない場合は、公開範囲が「Web全体に公開」、「全員に公開」に設定されている member_id の日記一覧を取得 + + + diary_id + integer + 閲覧したい日記のIDを指定する。target = diary の場合に*必須項目です。 + + + member_id + integer + 閲覧したいメンバーIDを指定します。target = list_member の場合に指定可能、それ以外の場合の指定は無効になります。 + format string @@ -167,7 +190,14 @@

    リクエスト

    page integer - formatがminiで、2ページ目以降を読む場合は*必須です。 + formatがminiで、2ページ目以降を読む場合は*必須です。 + 指定されない場合のデフォルト値は「1」になります。target = diary の場合の指定は無効です。 + + + + limit + integer + 指定されない場合のデフォルト値は「管理画面→プラグイン設定→ opDiaryPlugin 設定→日記API取得件数 に設定された件数」です。target = diary の場合の指定は無効です。 @@ -272,7 +302,7 @@

    レスポンス

    サンプルリクエスト normal

    -
    $ curl http://example.com/api.php/diary/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc\&id=6
    +
    $ curl http://example.com/api.php/diary/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc\&target=diary\&diary_id=6

    サンプルレスポンス normal

    @@ -280,7 +310,7 @@

    サンプルレスポンス normal

    { "status": "success", "data":{ - "id":"5", + "id":"6", "member":{ "id":"1", "profile_image":"http:\/\/example.com\/images\/no_image.gif", From 6bbb6109843176ca99e9ca656863819912d1e237 Mon Sep 17 00:00:00 2001 From: isaosano Date: Fri, 5 Feb 2021 19:31:22 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=E3=83=8A=E3=83=93=E3=81=AE=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E3=81=AA=E8=A8=98=E8=BF=B0=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activity_community.html | 4 ---- activity_delete.html | 4 ---- activity_friends.html | 4 ---- activity_member.html | 4 ---- activity_post.html | 4 ---- activity_search.html | 4 ---- api_common.html | 4 ---- community_join.html | 4 ---- community_member.html | 4 ---- community_search.html | 4 ---- diary_comment_delete.html | 4 ---- diary_comment_post.html | 4 ---- diary_comment_search.html | 4 ---- diary_delete.html | 4 ---- diary_post.html | 4 ---- diary_search.html | 4 ---- event_comment_delete.html | 4 ---- event_comment_post.html | 4 ---- event_comment_search.html | 4 ---- event_delete.html | 4 ---- event_post.html | 4 ---- event_search.html | 4 ---- guide_buildapi.html | 4 ---- guide_first.html | 4 ---- guide_template.html | 4 ---- index.html | 4 ---- member_block.html | 4 ---- member_community.html | 4 ---- member_friend_accept.html | 4 ---- member_friend_request.html | 4 ---- member_invite.html | 4 ---- member_invite_list.html | 4 ---- member_profile_update.html | 4 ---- member_search.html | 4 ---- push_count.html | 4 ---- push_read.html | 4 ---- push_search.html | 4 ---- topic_comment_delete.html | 4 ---- topic_comment_post.html | 4 ---- topic_comment_search.html | 4 ---- topic_delete.html | 4 ---- topic_post.html | 4 ---- topic_search.html | 4 ---- 43 files changed, 172 deletions(-) diff --git a/activity_community.html b/activity_community.html index dde6a8a..85ef8ba 100644 --- a/activity_community.html +++ b/activity_community.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/activity_delete.html b/activity_delete.html index 9131af4..2678ffd 100644 --- a/activity_delete.html +++ b/activity_delete.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/activity_friends.html b/activity_friends.html index 1f95899..8972515 100644 --- a/activity_friends.html +++ b/activity_friends.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/activity_member.html b/activity_member.html index 9e59e6c..6a22b17 100644 --- a/activity_member.html +++ b/activity_member.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/activity_post.html b/activity_post.html index a40d24b..c40169b 100644 --- a/activity_post.html +++ b/activity_post.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/activity_search.html b/activity_search.html index bde5e58..fc69f5c 100644 --- a/activity_search.html +++ b/activity_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/api_common.html b/api_common.html index 8c25fa3..8c4dd43 100644 --- a/api_common.html +++ b/api_common.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/community_join.html b/community_join.html index d34fdc6..66e56b5 100644 --- a/community_join.html +++ b/community_join.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/community_member.html b/community_member.html index f602ec9..2242272 100644 --- a/community_member.html +++ b/community_member.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/community_search.html b/community_search.html index 8a399e4..6a83c73 100644 --- a/community_search.html +++ b/community_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/diary_comment_delete.html b/diary_comment_delete.html index 0525cd7..67114b7 100644 --- a/diary_comment_delete.html +++ b/diary_comment_delete.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/diary_comment_post.html b/diary_comment_post.html index 9d56e5c..ba68b90 100644 --- a/diary_comment_post.html +++ b/diary_comment_post.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/diary_comment_search.html b/diary_comment_search.html index 15dbc3b..a98bbb6 100644 --- a/diary_comment_search.html +++ b/diary_comment_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/diary_delete.html b/diary_delete.html index 2b3be6f..9d431a4 100644 --- a/diary_delete.html +++ b/diary_delete.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/diary_post.html b/diary_post.html index b44b209..9dfbf99 100644 --- a/diary_post.html +++ b/diary_post.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/diary_search.html b/diary_search.html index 1962875..91fdcfe 100644 --- a/diary_search.html +++ b/diary_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/event_comment_delete.html b/event_comment_delete.html index a6be9df..591f6d3 100644 --- a/event_comment_delete.html +++ b/event_comment_delete.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/event_comment_post.html b/event_comment_post.html index 23b14c8..9b83d26 100644 --- a/event_comment_post.html +++ b/event_comment_post.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/event_comment_search.html b/event_comment_search.html index 31b1deb..17da4ff 100644 --- a/event_comment_search.html +++ b/event_comment_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/event_delete.html b/event_delete.html index 16806d8..44d5318 100644 --- a/event_delete.html +++ b/event_delete.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/event_post.html b/event_post.html index 69b1734..46f9d72 100644 --- a/event_post.html +++ b/event_post.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/event_search.html b/event_search.html index 5a87b66..b824172 100644 --- a/event_search.html +++ b/event_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/guide_buildapi.html b/guide_buildapi.html index 7788c62..e38461d 100644 --- a/guide_buildapi.html +++ b/guide_buildapi.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/guide_first.html b/guide_first.html index 9112f41..38bcc3c 100644 --- a/guide_first.html +++ b/guide_first.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/guide_template.html b/guide_template.html index d3029cb..3a3df07 100644 --- a/guide_template.html +++ b/guide_template.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/index.html b/index.html index f3cbf59..b0e84f6 100644 --- a/index.html +++ b/index.html @@ -92,10 +92,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_block.html b/member_block.html index f0f806f..0ec0fb1 100644 --- a/member_block.html +++ b/member_block.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_community.html b/member_community.html index 3c3626f..deb9429 100644 --- a/member_community.html +++ b/member_community.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_friend_accept.html b/member_friend_accept.html index 2b699e8..c9a882c 100644 --- a/member_friend_accept.html +++ b/member_friend_accept.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_friend_request.html b/member_friend_request.html index 27c64fb..2113688 100644 --- a/member_friend_request.html +++ b/member_friend_request.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_invite.html b/member_invite.html index 33c5d78..5bfe3da 100644 --- a/member_invite.html +++ b/member_invite.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_invite_list.html b/member_invite_list.html index 56e3f20..56f0298 100644 --- a/member_invite_list.html +++ b/member_invite_list.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_profile_update.html b/member_profile_update.html index a223f69..70a9d07 100644 --- a/member_profile_update.html +++ b/member_profile_update.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/member_search.html b/member_search.html index 607baf6..e0fd67e 100644 --- a/member_search.html +++ b/member_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/push_count.html b/push_count.html index dd2e579..2a8a0bb 100644 --- a/push_count.html +++ b/push_count.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/push_read.html b/push_read.html index 825de11..e27ca65 100644 --- a/push_read.html +++ b/push_read.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/push_search.html b/push_search.html index 794961c..9422f8d 100644 --- a/push_search.html +++ b/push_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/topic_comment_delete.html b/topic_comment_delete.html index 9ccbfc2..0d170ca 100644 --- a/topic_comment_delete.html +++ b/topic_comment_delete.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/topic_comment_post.html b/topic_comment_post.html index ea79669..d0850bf 100644 --- a/topic_comment_post.html +++ b/topic_comment_post.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/topic_comment_search.html b/topic_comment_search.html index 18050ec..6cd8f72 100644 --- a/topic_comment_search.html +++ b/topic_comment_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/topic_delete.html b/topic_delete.html index c3415ca..169885a 100644 --- a/topic_delete.html +++ b/topic_delete.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/topic_post.html b/topic_post.html index e5754b5..d4565ab 100644 --- a/topic_post.html +++ b/topic_post.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • diff --git a/topic_search.html b/topic_search.html index 2ba8803..4acb1b7 100644 --- a/topic_search.html +++ b/topic_search.html @@ -89,10 +89,6 @@
  • push/count.json
  • push/read.json
  • -
  • - - -
  • topic/post.json
  • topic/delete.json
  • From 5f17658754dbb0ef3a89c84542d0886b6206ccd1 Mon Sep 17 00:00:00 2001 From: isaosano Date: Fri, 5 Feb 2021 19:35:55 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB?= =?UTF-8?q?=E3=83=AA=E3=82=AF=E3=82=A8=E3=82=B9=E3=83=88=E3=81=AE=E3=82=A8?= =?UTF-8?q?=E3=82=B9=E3=82=B1=E3=83=BC=E3=83=97=E6=BC=8F=E3=82=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diary_search.html | 2 +- event_search.html | 2 +- topic_search.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/diary_search.html b/diary_search.html index 91fdcfe..849f8e6 100644 --- a/diary_search.html +++ b/diary_search.html @@ -344,7 +344,7 @@

    サンプルレスポンス normal


    サンプルリクエスト mini

    -
    $ curl http://example.com/api.php/diary/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc&id=1&format=mini
    +
    $ curl http://example.com/api.php/diary/search.json?apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc\&id=1\&format=mini

    サンプルレスポンス mini

    diff --git a/event_search.html b/event_search.html index b824172..e290fc7 100644 --- a/event_search.html +++ b/event_search.html @@ -312,7 +312,7 @@

    サンプルレスポンス normal


    サンプルリクエスト mini

    -
    $ curl http://example.com/api.php/event/search.json?apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&target=community&target_id=1&format=mini
    +
    $ curl http://example.com/api.php/event/search.json?apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&target=community\&target_id=1\&format=mini

    サンプルレスポンス mini

    diff --git a/topic_search.html b/topic_search.html index 4acb1b7..21d5a78 100644 --- a/topic_search.html +++ b/topic_search.html @@ -312,7 +312,7 @@

    サンプルレスポンス normal


    サンプルリクエスト mini

    -
    $ curl http://example.com/api.php/topic/search.json?apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5&target=community&target_id=1&format=mini
    +
    $ curl http://example.com/api.php/topic/search.json?apiKey=cdc4042edf74db746f5bf550039bf50979da2566aa514fc0aac8f57c56398be5\&target=community\&target_id=1\&format=mini

    サンプルレスポンス mini