Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-536

"List Repositories" method in the remote API documentation

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Page: http://confluence.atlassian.com/display/FISHEYE/The+FishEye+Remote+API
      In the documentation and the built-in instance's doco (<HOSTNAME>/api), provides the following content under the List Repositories XML-RPC section:

      XML-RPC
          String[] getRepositories(String auth)
      

      Whereas, the working example shipped together with a Fisheye instance (<HOSTNAME>/api/xmlrpc_example.py) suggested the following lines instead:

      reps = server.listRepositories(auth)
      
      print "found %i repositories" %(len(reps))
      print reps
      

      It appears that the working method is listRepositories(String auth) instead of getRepositories(String auth) outlined in the documentation.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tcheah Tony Cheah Tong Nyee [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: