Skip to content
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

Offer a simple Web API #271

Merged
merged 7 commits into from
Jul 13, 2024
Merged

Offer a simple Web API #271

merged 7 commits into from
Jul 13, 2024

Conversation

khituras
Copy link
Member

An API using URL query parameters is implemented. It might have scaling issues since it doesn't use POST but GET requests which may come with restrictions in query lengths. But let's see how far this carries.

Resolves #33, Resolves #136.

khituras added 7 commits June 22, 2024 14:14
It seems to be possible to return a StreamResponse directly in Index where the API call is processed.
And set the "web" default for the format parameter.
Also add the date to log messages.
@khituras khituras merged commit e0db620 into master Jul 13, 2024
1 check failed
@khituras khituras deleted the api branch July 13, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer API for batch requests for direct download of the result sheet API functionality
1 participant