fisheye.local

API provider — fisheye.local

16 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

pip install axis-sdk-fisheye
curl examples
List all the repositories.
curl \
  /rest-service-fe/repositories-v1
List of changesets from a repository.
curl \
  /rest-service-fe/changeset-v1/listChangesets
Get the information about a repository.
curl \
  /rest-service-fe/repositories-v1/{repository}
Endpoints (16 total)
GET
/rest-service-fe/repositories-v1
List all the repositories.
GET
/rest-service-fe/changeset-v1/listChangesets
List of changesets from a repository.
GET
/rest-service-fe/repositories-v1/{repository}
Get the information about a repository.
GET
/rest-service-fe/search-v1/query/{repository}
Execute a FishEye query against a specific repository.
GET
/rest-service-fe/search-v1/crossRepositoryQuery
Execute a query across repositories. By default, this will search all reposit…
GET
/rest-service-fe/commit-graph-v1/slice/{repository}
finds slice data the query
GET
/rest-service-fe/search-v1/queryAsRows/{repository}
Execute a FishEye query (that contains a "return" statement) against a specif…
GET
/rest-service-fe/revisionData-v1/pathList/{repository}
Get a list of information about files and directories in a path.
GET
/rest-service-fe/revisionData-v1/pathHistory/{repository}
Get a list of the file revisions for a specific path.
GET
/rest-service-fe/revisionData-v1/revisionInfo/{repository}
GET
/rest-service-fe/revisionData-v1/revisionTags/{repository}
GET
/rest-service-fe/revisionData-v1/changesetList/{repository}
Get a list of changesets on a repository.
Language coverage
Python
1
At a glance
Total SDKs1
Languages1
Endpoints16
Categories1