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
limit
the following returns 500:
curl "https://pmb.acdh.oeaw.ac.at/apis/api/relations/placeevent/?format=json%2Bnet&limit=51"
while this seems to work:
curl "https://pmb.acdh.oeaw.ac.at/apis/api/relations/placeevent/?format=json%2Bnet&limit=50"
note the difference in ?limit=
?limit=
The text was updated successfully, but these errors were encountered:
seems to be related to sentry issue APIS-PMB-M and github issue #333
I am looking into it.
Sorry, something went wrong.
sennierer
gregorpirgie
No branches or pull requests
the following returns 500:
while this seems to work:
note the difference in
?limit=
The text was updated successfully, but these errors were encountered: