#415 Document koji API
Closed: Fixed 6 years ago Opened 6 years ago by bowlofeggs.

I would like documentation for the koji Python client so I can look up what API calls are available to me and what arguments are available to use. Thanks!


The Koji API is all XMLRPC.
koji list-api
will show you the available calls, arguments and doc strings. Is that what you're looking for?

@bowlofeggs Could you help confirm if above comment answered your question? if yes can we close this issue or what else docs do you want?

That does help me for what I need to do, but I think it's still a problem that it isn't discoverable when reading the documentation. I recommend documenting that koji list-api can be used to learn about the Koji API in the Koji docs, otherwise future readers will still not know how to find the API.

I've added simple note to docs. Maybe it would be also worthy to channel formatted list-api output to docs in Makefile. PR #430

Metadata Update from @tkopecek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.13

6 years ago

Login to comment on this ticket.

Metadata