PR#430 note about where API docs are found

Merges #430
https://pagure.io/koji/pull-request/430

Fixes #415
https://pagure.io/koji/issue/415
This commit is contained in:
Mike McLean 2017-05-19 06:39:56 -04:00
commit 5b0476a798

View file

@ -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 <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.