Function htsget_http::get
source · pub async fn get(
searcher: Arc<impl HtsGet + Send + Sync + 'static>,
request: Request,
endpoint: Endpoint,
) -> Result<JsonResponse>Expand description
Gets a JSON response for a GET request. The GET request parameters must be in a HashMap. The “id” field is the only mandatory one. The rest can be consulted here