Retrieve information about this service
GET
/service-info
const url = 'https://raw.githubusercontent.com/ga4gh/drs/v1/service-info';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://raw.githubusercontent.com/ga4gh/drs/v1/service-infoReturns information about the DRS service
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Retrieve info about the DRS service
Media type application/json
object
Example generated
{}