Description of problem: XMLRPC API getApiNamespaces documentation is incorrect. The documentation says that it returns list, but returns a dict. Method: getApiNamespaces Description: Lists available API namespaces Parameters: string sessionKey Returns: array: struct - namespace string "namespace" - API namespace string "handler" - API Handler Version-Release number of selected component (if applicable): Spacewalk 1.5 How reproducible: 100% Actual results: API returns a list Expected results: API return a dict
Created attachment 502555 [details] apiNamespaces.py reproducer Hello, Attached follow an reproducer with shows return type from API. # python apiNamespaces.py api.getApiNamespaces API returns <type 'dict'> Cheers, Marcelo Moreira de Mello
Aligning under space16.
Fixed in spacewalk.git commit f95fdfd251525d86ef8c660fadccc5208643dc25
Spacewalk 1.6 has been released.