We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LAPIS 2 currently simply returns the data as they are.
LAPIS 1 returns some additional information and the data wrapped in a "data" field:
{ "errors": [], "info": { "apiVersion": 1, "dataVersion": 1691410888, "deprecationDate": null, "deprecationInfo": null, "acknowledgement": null }, "data": [ { "date": "2023-07-16", "count": 1 }, ... ] }
Wrap the response data in a data field, so that we can easily extend it later with further information without breaking changes.
The text was updated successfully, but these errors were encountered:
feat: wrap response data to match LAPIS 1 structure (#324)
8d02073
b0b00be
e1976cc
Merge pull request #325 from GenSpectrum/324-adapt-response-structure…
279ff93
…-of-lapis-2-to-lapis-1 feat: wrap response data to match LAPIS 1 structure (#324)
fengelniederhammer
Successfully merging a pull request may close this issue.
LAPIS 2 currently simply returns the data as they are.
LAPIS 1 returns some additional information and the data wrapped in a "data" field:
Wrap the response data in a data field, so that we can easily extend it later with further information without breaking changes.
The text was updated successfully, but these errors were encountered: