From 4c3070404bd364b94ffc68a5c5353f645de15ed0 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 5 Jan 2014 00:36:54 -0800 Subject: [PATCH] Updated Friendica API (markdown) --- Friendica-API.md | 78 ++++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 29 deletions(-) diff --git a/Friendica-API.md b/Friendica-API.md index 6e0c6c4..e128cd2 100644 --- a/Friendica-API.md +++ b/Friendica-API.md @@ -5,7 +5,7 @@ Please refer to the linked documentation for further information. ## Implemented API calls ### account/verify_credentials -#### Unsupported parameters +#### not yet implemented * include_entities * skip_status @@ -19,7 +19,7 @@ Please refer to the linked documentation for further information. * long: longitude * media: image data -#### Unsupported parameters +#### not yet implemented * place_id * display_coordinates * trim_user @@ -35,7 +35,7 @@ Please refer to the linked documentation for further information. * long: longitude * media: image data -#### Unsupported parameters +#### not yet implemented * place_id * display_coordinates * trim_user @@ -46,7 +46,7 @@ Please refer to the linked documentation for further information. * user_id: id of the user * screen_name: screen name (for technical reasons, this value is not unique!) -#### Unsupported parameters +#### not yet implemented * include_entities ### statuses/home_timeline @@ -58,12 +58,14 @@ Please refer to the linked documentation for further information. * exclude_replies: don't show replies (default: no) * conversation_id: Shows all statuses of a given conversation. -#### Unsupported parameters +#### not yet implemented * trim_user -* include_rts * include_entities * contributor_details +#### Unsupported parameters +* include_rts + ### statuses/friends_timeline #### Parameter * count: Items per page (default: 20) @@ -73,12 +75,14 @@ Please refer to the linked documentation for further information. * exclude_replies: don't show replies (default: no) * conversation_id: Shows all statuses of a given conversation. -#### Unsupported parameters +#### not yet implemented * trim_user -* include_rts * include_entities * contributor_details +#### Unsupported parameters +* include_rts + ### statuses/public_timeline #### Parameter * count: Items per page (default: 20) @@ -88,7 +92,7 @@ Please refer to the linked documentation for further information. * exclude_replies: don't show replies (default: no) * conversation_id: Shows all statuses of a given conversation. -#### Unsupported parameters +#### not yet implemented * trim_user * include_entities @@ -97,16 +101,18 @@ Please refer to the linked documentation for further information. * id: message number * conversation: if set to "1" show all messages of the conversation with the given id -#### Unsupported parameters +#### not yet implemented * trim_user * include_entities + +#### Unsupported parameters * include_my_retweet ### statuses/retweet #### Parameter * id: message number -#### Unsupported parameters +#### not yet implemented * trim_user * include_entities @@ -114,7 +120,7 @@ Please refer to the linked documentation for further information. #### Parameter * id: message number -#### Unsupported parameters +#### not yet implemented * trim_user * include_entities @@ -125,12 +131,14 @@ Please refer to the linked documentation for further information. * max_id: maximum id * page: page number -#### Unsupported parameters +#### not yet implemented * trim_user -* include_rts * include_entities * contributor_details +#### Unsupported parameters +* include_rts + ### statuses/replies #### Parameter * count: Items per page (default: 20) @@ -138,12 +146,14 @@ Please refer to the linked documentation for further information. * since_id: minimal id * max_id: maximum id -#### Unsupported parameters +#### not yet implemented * trim_user -* include_rts * include_entities * contributor_details +#### Unsupported parameters +* include_rts + ### statuses/user_timeline #### Parameter * user_id @@ -155,12 +165,14 @@ Please refer to the linked documentation for further information. * exclude_replies: don't show replies (default: no) * conversation_id: Shows all statuses of a given conversation. -#### Unsupported parameters +#### not yet implemented * trim_user -* include_rts * include_entities * contributor_details +#### Unsupported parameters +* include_rts + ### favorites #### Parameters * user_id @@ -168,7 +180,7 @@ Please refer to the linked documentation for further information. * count: Items per page (default: 20) * page: page number -#### Unsupported parameters +#### not yet implemented * since_id * max_id * include_entities @@ -180,37 +192,45 @@ Favorites aren't displayed to other users, so "user_id" and "screen_name". So se ### help/test ### statuses/friends -#### Unsupported parameters -* user_id -* screen_name +#### not yet implemented * cursor * include_entities -### statuses/followers #### Unsupported parameters * user_id * screen_name + +### statuses/followers +#### not yet implemented * cursor * include_entities +#### Unsupported parameters +* user_id +* screen_name + ### statusnet/config ### statusnet/version ### friends/ids -#### Unsupported parameters -* user_id -* screen_name +#### not yet implemented * cursor * stringify_ids -### followers/ids #### Unsupported parameters * user_id * screen_name + +### followers/ids +#### not yet implemented * cursor * stringify_ids +#### Unsupported parameters +* user_id +* screen_name + ### direct_messages/new #### Parameter * user_id @@ -242,7 +262,7 @@ Shows all direct messages of a conversation * since_id * getText: Defines the format of the status field. Can be "html" or "plain" -#### Unsupported parameters +#### not yet implemented * max_id * include_entities @@ -253,7 +273,7 @@ Shows all direct messages of a conversation * since_id * getText: Defines the format of the status field. Can be "html" or "plain" -#### Unsupported parameters +#### not yet implemented * max_id * include_entities * skip_status