Retrieve information about this service
GET
/service-info
const url = 'https://raw.githubusercontent.com/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/service-infoReturns information about the query service
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Retrieve info about the Query service
Media type application/json
object
Example generated
{}