Difference between revisions of "Legacy THNapi:Known issues"
From Neocron Wiki
m (THNapi:HTML API - Known issues moved to THNapi:Known issues) |
|||
Line 1: | Line 1: | ||
+ | = General THN API Issues = | ||
+ | |||
+ | * Users cannot get their own API keys yet | ||
+ | |||
= Current known issues with the HTML API = | = Current known issues with the HTML API = | ||
Line 5: | Line 9: | ||
* <strike>When leaving a / out of the tag, things get a bit screwed up. <nowiki>Eg <tag> intead of <tag/></nowiki></strike> Can't do much about this, except keep telling users to close the tags --[[User:Brammers|Brammers]] 11:35, 14 February 2008 (UTC) | * <strike>When leaving a / out of the tag, things get a bit screwed up. <nowiki>Eg <tag> intead of <tag/></nowiki></strike> Can't do much about this, except keep telling users to close the tags --[[User:Brammers|Brammers]] 11:35, 14 February 2008 (UTC) | ||
* The wiki cannot parse the h1,h2 tags to apear in a contents list. (Looks like the Item DB needs a new rendering layer for the wiki so that it sends out the right wiki tags) --[[User:Brammers|Brammers]] 15:45, 14 February 2008 (UTC) | * The wiki cannot parse the h1,h2 tags to apear in a contents list. (Looks like the Item DB needs a new rendering layer for the wiki so that it sends out the right wiki tags) --[[User:Brammers|Brammers]] 15:45, 14 February 2008 (UTC) | ||
− | * A Caching layer needs to be written, as the page load times can be slow. | + | * A Caching layer needs to be written, as the page load times can be slow. The original demo page takes 5 seconds to load. This is due to the way the API calls the live THN server for each request. --[[User:Brammers|Brammers]] 23:13, 24 February 2008 (UTC) |
* Need to fix FSM and FDB views to allow them to be used. --[[User:Brammers|Brammers]] 23:26, 24 February 2008 (UTC) | * Need to fix FSM and FDB views to allow them to be used. --[[User:Brammers|Brammers]] 23:26, 24 February 2008 (UTC) | ||
+ | |||
+ | = Current known issues with the XML API = | ||
+ | |||
+ | * No current issues | ||
+ | |||
+ | = Current known issues with the UNEXL API = | ||
+ | |||
+ | * No current issues | ||
+ | |||
+ | [[Category:THN HTML API commands|Known issues]] | ||
+ | [[Category:Wiki Item DB tags|Known issues]] | ||
+ | [[Category:XML API|Known issues]] | ||
+ | [[Category:UNEXL API|Known issues]] | ||
+ | [[Category:THN API|Known issues]] |
Revision as of 00:52, 26 February 2008
General THN API Issues
- Users cannot get their own API keys yet
Current known issues with the HTML API
The Cluetip layer isn't workingFixed --Brammers 11:35, 14 February 2008 (UTC)The CSS needs fixing...badly!Fixed --Brammers 11:35, 14 February 2008 (UTC)When leaving a / out of the tag, things get a bit screwed up. Eg <tag> intead of <tag/>Can't do much about this, except keep telling users to close the tags --Brammers 11:35, 14 February 2008 (UTC)- The wiki cannot parse the h1,h2 tags to apear in a contents list. (Looks like the Item DB needs a new rendering layer for the wiki so that it sends out the right wiki tags) --Brammers 15:45, 14 February 2008 (UTC)
- A Caching layer needs to be written, as the page load times can be slow. The original demo page takes 5 seconds to load. This is due to the way the API calls the live THN server for each request. --Brammers 23:13, 24 February 2008 (UTC)
- Need to fix FSM and FDB views to allow them to be used. --Brammers 23:26, 24 February 2008 (UTC)
Current known issues with the XML API
- No current issues
Current known issues with the UNEXL API
- No current issues