Updated Friendica API (markdown)

Michael Vogel 2014-01-05 00:39:07 -08:00
parent 4c3070404b
commit 9251bd54ea

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