databio / episb-provider

Describe a data provider for the Epigenome Switchboard
http://code.databio.org/episb
2 stars 0 forks source link

?all=true flag on FastAPI API points #42

Open oddodaoddo opened 5 years ago

oddodaoddo commented 5 years ago

If ?all is True, return a .gz file with all the data returned from Postgres query. If not, return a default (e.g. 1000 rows).

oddodaoddo commented 5 years ago

Done.

oddodaoddo commented 5 years ago

Done (part where ?all=False, which is default).