Description of problem: XMLRPC API getApiCallList documentation is incorrect. The documentation says that it returns list, but returns a dict. Method: getApiCallList Description: Lists all available api calls grouped by namespace Parameters: string sessionKey Returns: array: array: struct - method_info string "name" - method name string "parameters" - method parameters string "exceptions" - method exceptions string "return" - method return type Version-Release number of selected component (if applicable): Spacewalk 1.5 How reproducible: 100%
Created attachment 502567 [details] apiCallList.py reproducer Hello, Attached a reproducer in python. # python apiCallList.py api.getApiCallList API returns <type 'dict'> Cheers, Marcelo Moreira de Mello
Aligning under space16.
Fixed in spacewalk.git commit a632a65289bf9b2b48f1a85a4abc07b931ce58bf
Spacewalk 1.6 has been released.