outbreak-info / outbreak.info-resources

A curated repository of metadata of resources on COVID-19 and SARS-CoV-2
MIT License
0 stars 4 forks source link

ensure auto-generated resource API queries actually work #183

Open gtsueng opened 2 years ago

gtsueng commented 2 years ago

The generate new button for creating new example resource API queries sometimes generates non-working queries such as: https://api.outbreak.info/resources/Publication/query?q=publicationType.Preprint incorrect query example

This may be updates to the API since it's initial creation. The actual working query is: https://api.outbreak.info/resources/Publication/query?q=publicationType:Preprint