-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
api/v1/Datenpaket* does not respect format
argument
#48
Comments
The snapshot on the actual develop branch no longer ignores the format argument. PS: You could als use api/vi/Datenpaket.json as JSON endpoint:
|
oh, i didn't understand that if you want users to know about this feature (i guess that depends on whether or not you want them to use the |
Swagger documentation is already updated ;-) |
v4.1.0 is out where this problem is fixed. So ticket is closed now. |
Hi Jan, |
The
api/v1/Datenpaket*
route does not convert the content at the provideduri
to the definedformat
. Instead, it seems to return the unconverted content.Steps to reproduce
Expected result
The content in the provided
uri
, converted to JSON.Actual result
The raw content in the provided
uri
.Additional information
The same behavior has been observed with the other format options (
CSV
,HTML
, ...). In fact, the route accepts any string as format (e.g.asdf
) and returns a200
status code.The text was updated successfully, but these errors were encountered: