From b1689722373715bcbed340614d09bbc3b3a7ad3c Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: May 19 2017 09:00:03 +0000 Subject: note about where API docs are found --- diff --git a/docs/source/using_the_koji_build_system.rst b/docs/source/using_the_koji_build_system.rst index c43f4e3..d913219 100644 --- a/docs/source/using_the_koji_build_system.rst +++ b/docs/source/using_the_koji_build_system.rst @@ -558,3 +558,11 @@ The output gives you not only the latest builds, but which tag they have been inherited from and who built them. `Category:Package Maintainers `__ + +Koji XMLRPC API +=============== + +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.