From 32e6eedca13b59be3c1814bb926ad8b0e8daa029 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Aug 25 2017 20:48:02 +0000 Subject: docs update for xmlrpc i8 extension --- diff --git a/docs/source/using_the_koji_build_system.rst b/docs/source/using_the_koji_build_system.rst index 9a6ba21..d408f2a 100644 --- a/docs/source/using_the_koji_build_system.rst +++ b/docs/source/using_the_koji_build_system.rst @@ -588,3 +588,6 @@ All features supported by command-line client are also accessible by XMLRPC API. You can get listing of all available calls, arguments and basic help via calling `koji list-api` command. This call will also provide you API extensions provided by plugins in that particular koji instance. + +In addition to xmlrpc standard we are using `i8` extension for large +integers. Datetimes are exchanged as text strings in iso format.