From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/include_2api_8php.html | 1709 --------------------------------------- 1 file changed, 1709 deletions(-) delete mode 100644 doc/html/include_2api_8php.html (limited to 'doc/html/include_2api_8php.html') diff --git a/doc/html/include_2api_8php.html b/doc/html/include_2api_8php.html deleted file mode 100644 index 2347d75af..000000000 --- a/doc/html/include_2api_8php.html +++ /dev/null @@ -1,1709 +0,0 @@ - - - - - - -The Red Matrix: include/api.php File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
api.php File Reference
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

 api_user ()
 
 api_date ($str)
 
 api_register_func ($path, $func, $auth=false)
 
 api_login (&$a)
 
 api_call (&$a)
 
 api_rss_extra (&$a, $arr, $user_info)
 
 api_get_user (&$a, $contact_id=Null)
 
 api_item_get_user (&$a, $item)
 
 api_apply_template ($templatename, $type, $data)
 
 api_account_verify_credentials (&$a, $type)
 
 api_account_logout (&$a, $type)
 
 requestdata ($k)
 
 api_export_basic (&$a, $type)
 
 api_channel_stream (&$a, $type)
 
 api_albums (&$a, $type)
 
 api_photos (&$a, $type)
 
 api_group_members (&$a, $type)
 
 api_group (&$a, $type)
 
 api_red_xchan (&$a, $type)
 
 api_statuses_mediap (&$a, $type)
 
 api_statuses_update (&$a, $type)
 
 red_item_new (&$a, $type)
 
 api_status_show (&$a, $type)
 
 api_users_show (&$a, $type)
 
 api_statuses_home_timeline (&$a, $type)
 
 api_statuses_public_timeline (&$a, $type)
 
 api_statuses_show (&$a, $type)
 
 api_statuses_repeat (&$a, $type)
 
 api_statuses_destroy (&$a, $type)
 
 api_statuses_mentions (&$a, $type)
 
 api_statuses_user_timeline (&$a, $type)
 
 api_favorites (&$a, $type)
 
 api_format_as ($a, $ret, $user_info)
 
 api_format_messages ($item, $recipient, $sender)
 
 api_format_items ($r, $user_info)
 
 api_account_rate_limit_status (&$a, $type)
 
 api_help_test (&$a, $type)
 
 api_statuses_f (&$a, $type, $qtype)
 
 api_statuses_friends (&$a, $type)
 
 api_statuses_followers (&$a, $type)
 
 api_statusnet_config (&$a, $type)
 
 api_statusnet_version (&$a, $type)
 
 api_friendica_version (&$a, $type)
 
 api_ff_ids (&$a, $type, $qtype)
 
 api_friends_ids (&$a, $type)
 
 api_followers_ids (&$a, $type)
 
 api_direct_messages_new (&$a, $type)
 
 api_direct_messages_box (&$a, $type, $box)
 
 api_direct_messages_sentbox (&$a, $type)
 
 api_direct_messages_inbox (&$a, $type)
 
 api_direct_messages_all (&$a, $type)
 
 api_direct_messages_conversation (&$a, $type)
 
 api_oauth_request_token (&$a, $type)
 
 api_oauth_access_token (&$a, $type)
 
- - - - - -

-Variables

 $API = array()
 
 $called_api = Null
 
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
api_account_logout ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_account_rate_limit_status ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_account_verify_credentials ($a,
 $type 
)
-
-

Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. http://developer.twitter.com/doc/get/account/verify_credentials

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_albums ($a,
 $type 
)
-
- -
-
- - - -
-
- - - - - - - - -
api_call ($a)
-
- -

Referenced by api_content().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_channel_stream ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - -
api_date ( $str)
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_direct_messages_all ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
api_direct_messages_box ($a,
 $type,
 $box 
)
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_direct_messages_conversation ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_direct_messages_inbox ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_direct_messages_new ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_direct_messages_sentbox ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_export_basic ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_favorites ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
api_ff_ids ($a,
 $type,
 $qtype 
)
-
- -

Referenced by api_followers_ids(), and api_friends_ids().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_followers_ids ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
api_format_as ( $a,
 $ret,
 $user_info 
)
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_format_items ( $r,
 $user_info 
)
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
api_format_messages ( $item,
 $recipient,
 $sender 
)
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_friendica_version ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_friends_ids ($a,
 $type 
)
-
- -
-
- - - -
-
- - - - - - - - - - - - - - - - - - -
api_group ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_group_members ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_help_test ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_item_get_user ($a,
 $item 
)
-
- -

Referenced by api_format_items().

- -
-
- -
-
- - - - - - - - -
api_login ($a)
-
-

Simple HTTP Login

- -

Referenced by api_call(), and api_get_user().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_oauth_access_token ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_oauth_request_token ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_photos ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_red_xchan ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
api_register_func ( $path,
 $func,
 $auth = false 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
api_rss_extra ($a,
 $arr,
 $user_info 
)
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_status_show ($a,
 $type 
)
-
- -

Referenced by api_statuses_mediap(), and api_statuses_update().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_destroy ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
api_statuses_f ($a,
 $type,
 $qtype 
)
-
-

https://dev.twitter.com/docs/api/1/get/statuses/friends This function is deprecated by Twitter returns: json, xml

- -

Referenced by api_statuses_followers(), and api_statuses_friends().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_followers ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_friends ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_home_timeline ($a,
 $type 
)
-
-

http://developer.twitter.com/doc/get/statuses/home_timeline

-

TODO: Optional parameters TODO: Add reply info

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_mediap ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_mentions ($a,
 $type 
)
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_public_timeline ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_repeat ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_show ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_update ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statuses_user_timeline ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statusnet_config ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
api_statusnet_version ($a,
 $type 
)
-
- -
-
- - - -
-
- - - - - - - - - - - - - - - - - - -
api_users_show ($a,
 $type 
)
-
-

Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline. http://developer.twitter.com/doc/get/users/show

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
red_item_new ($a,
 $type 
)
-
- -
-
- -
-
- - - - - - - - -
requestdata ( $k)
-
-

get data from $_REQUEST ( e.g. $_POST or $_GET )

- -

Referenced by api_statuses_mediap(), and api_statuses_update().

- -
-
-

Variable Documentation

- -
-
- - - - -
$API = array()
-
-

TWITTER API

- -

Referenced by api_call(), and api_register_func().

- -
-
- -
-
- - - - -
$called_api = Null
-
- -

Referenced by api_call(), and api_get_user().

- -
-
-
-
- -- cgit v1.2.3