diff --git a/Friendica-API.md b/Friendica-API.md index e128cd2..235c107 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -10,7 +10,7 @@ Please refer to the linked documentation for further information. * skip_status ### statuses/update -#### Parameter +#### Parameters * title: Title of the status * status: Status in text format * htmlstatus: Status in HTML format @@ -26,7 +26,7 @@ Please refer to the linked documentation for further information. * include_entities ### statuses/update_with_media -#### Parameter +#### Parameters * title: Title of the status * status: Status in text format * htmlstatus: Status in HTML format @@ -42,7 +42,7 @@ Please refer to the linked documentation for further information. * include_entities ### users/show -#### Parameter +#### Parameters * user_id: id of the user * screen_name: screen name (for technical reasons, this value is not unique!) @@ -50,7 +50,7 @@ Please refer to the linked documentation for further information. * include_entities ### statuses/home_timeline -#### Parameter +#### Parameters * count: Items per page (default: 20) * since_id: minimal id * max_id: maximum id @@ -67,7 +67,7 @@ Please refer to the linked documentation for further information. * include_rts ### statuses/friends_timeline -#### Parameter +#### Parameters * count: Items per page (default: 20) * since_id: minimal id * max_id: maximum id @@ -84,7 +84,7 @@ Please refer to the linked documentation for further information. * include_rts ### statuses/public_timeline -#### Parameter +#### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -97,7 +97,7 @@ Please refer to the linked documentation for further information. * include_entities ### statuses/show -#### Parameter +#### Parameters * id: message number * conversation: if set to "1" show all messages of the conversation with the given id @@ -109,7 +109,7 @@ Please refer to the linked documentation for further information. * include_my_retweet ### statuses/retweet -#### Parameter +#### Parameters * id: message number #### not yet implemented @@ -117,7 +117,7 @@ Please refer to the linked documentation for further information. * include_entities ### statuses/destroy -#### Parameter +#### Parameters * id: message number #### not yet implemented @@ -125,7 +125,7 @@ Please refer to the linked documentation for further information. * include_entities ### statuses/mentions -#### Parameter +#### Parameters * count: Items per page (default: 20) * since_id: minimal id * max_id: maximum id @@ -140,7 +140,7 @@ Please refer to the linked documentation for further information. * include_rts ### statuses/replies -#### Parameter +#### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -155,7 +155,7 @@ Please refer to the linked documentation for further information. * include_rts ### statuses/user_timeline -#### Parameter +#### Parameters * user_id * screen_name * since_id: minimal id @@ -232,7 +232,7 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se * screen_name ### direct_messages/new -#### Parameter +#### Parameters * user_id * screen_name * text @@ -241,7 +241,7 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se ### direct_messages/conversation Shows all direct messages of a conversation -#### Parameter +#### Parameters * count * page * since_id @@ -249,14 +249,14 @@ Shows all direct messages of a conversation * uri: URI of the conversation ### direct_messages/all -#### Parameter +#### Parameters * count * page * since_id * getText: Defines the format of the status field. Can be "html" or "plain" ### direct_messages/sent -#### Parameter +#### Parameters * count * page * since_id @@ -267,7 +267,7 @@ Shows all direct messages of a conversation * include_entities ### direct_messages -#### Parameter +#### Parameters * count * page * since_id @@ -279,14 +279,14 @@ Shows all direct messages of a conversation * skip_status ### oauth/request_token -#### Parameter +#### Parameters * oauth_callback #### Unsupported parameters * x_auth_access_type ### oauth/access_token -#### Parameter +#### Parameters * oauth_verifier #### Unsupported parameters