ReleaseNotes¶
Display the release note of a Ryzom patch.
Base URL¶
URL Parameters¶
version¶
The version of the patch, for example: 640.
lang¶
Language of the release note. Must be en, de or fr.
ca¶
Always ryzom_live.
r¶
1will render the release note with a css/images.0will display in raw format.
Update Frequency¶
It's in real time.
PHP Example¶
<?
echo file_get_contents('http://atys.ryzom.com/releasenotes/index.php?version=640&lang=en&ca=ryzom_live');
?>
will display the release note of the version 640, in English, without rendering.
Real Examples¶
If you have a website that use this Ryzom API, tell it in the forum and we'll add it.