Repositories
List Defined Repositories
You can get a list of defined repositories by sending a GET request as the following:
The API endpoint will return a JSON object containing the defined repositories. For instance, the following are the list of the default repositories:
Tools in Repositories
TVQ implements crawlers to collect information about repositories. In order to invoke a crawler, send a POST request as the following:
This is a request to collect information about Bioconductor, and TVQ will respond with the respective crawling job it created:
The Status
of the job can be either of the following:
{Queued, Running, Completed, Failed}
.
To check the status of a cralwer, you may send a GET request as the following:
which will respond with a JSON object containing all the submitted repository crawling jobs as the following: