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
For all non-get request we currently add the request data to the body automatically:
artemis-ios-core-modules/Sources/APIClient/APIClient.swift
Lines 93 to 101 in 56dc7c0
This can lead to issues, e.g. when a POST Endpoint called via APIClient does not expect a body (only as optional): ls1intum/Artemis#7610
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For all non-get request we currently add the request data to the body automatically:
artemis-ios-core-modules/Sources/APIClient/APIClient.swift
Lines 93 to 101 in 56dc7c0
This can lead to issues, e.g. when a POST Endpoint called via APIClient does not expect a body (only as optional): ls1intum/Artemis#7610
The text was updated successfully, but these errors were encountered: