biohackrxiv / preview.biohackrxiv.org

webapp source for preview.biohackrxiv.org
Apache License 2.0
0 stars 2 forks source link

Add JSON end-points for Biohackathons and authors #9

Open pjotrp opened 3 years ago

pjotrp commented 3 years ago

We currently show a full JSON output on http://biohackrxiv.thebird.nl/list.json. We should have simple end-points that render:

/list.json (all)
/#{event}.json
/#{author}.json
/#{group}.json

to facilitate embedding in web pages. Note that list.json may get large in time --- or we'll paginate.