APIs documented at: ... /api/index.action. It would be nice to also have them on the web site.
Documented APIs that do not work:
- listUsersBuildNames
Undocumented APIs that seem to work (looked at xwork.xml to figure out what might be available)
- listProjectNames
- getProjectDetails
- getLatestBuildResultsForProject
Undocumented APIs that are valid but don't seem to return any information
- getLatestUserBuilds
Thank you for raising the bug issue.
I was able to verify that the getLatestUserBuilds{String Auth} does not work.
The REST API is now updated with the new methods -
Note: The getLatestUserBuilds(String auth) returns the users favorite builds and if the user doesn't have any favorite builds selected - the method does not return anything.
Cheers,
Ajay