API: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "'''The DarkSigns Online API is located at http://www.darksignsonline.com/api/''' There is a proposed update to the DarkSigns Online [http://www.darksignsonline.com/termsofuse.php Terms of Use] that will make interfacing with the DSO API directly against the rules and may result in a ban. == <span class="mw-headline">Known Files</span> == * /api/index.php * /api/auth.php * /api/lookup.php * wiki/i...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''The DarkSigns Online API is located at http://www.darksignsonline.com/api/''' There is a proposed update to the DarkSigns Online [http://www.darksignsonline.com/termsofuse.php Terms of Use] that will make interfacing with the DSO API directly against the rules and may result in a ban.
'''The Dark Signs Online API is located at https://darksignsonline.com/api/'''


== <span class="mw-headline">Known Files</span> ==
Authentication uses standard HTTP authentication using the DSO username and password


* [[wiki//api/index.php|/api/index.php]]
== Known Files ==
* [[wiki//api/auth.php|/api/auth.php]]
 
* [[wiki//api/lookup.php|/api/lookup.php]]
* [[/api/index.php|/api/index.php]]
* [[wiki/index.php?title=/api/file_database.php&action=edit|/api/file_database.php]]
* [[/api/auth.php|/api/auth.php]]
* [[wiki/index.php?title=/api/get_user_stats.php&action=edit|/api/get_user_stats.php]]
* [[/api/lookup.php|/api/lookup.php]]
* [[wiki/index.php?title=/api/domain_connect.php&action=edit|/api/domain_connect.php]]
* [[/api/file_database.php|/api/file_database.php]]
* [[/api/get_user_stats.php|/api/get_user_stats.php]]
* [[/api/domain_connect.php|/api/domain_connect.php]]

Latest revision as of 17:49, 5 April 2024

The Dark Signs Online API is located at https://darksignsonline.com/api/

Authentication uses standard HTTP authentication using the DSO username and password

Known Files