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

feature: support json sequential streaming (or json line streaming) #75

Open
lrstanley opened this issue Dec 7, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@lrstanley
Copy link
Owner

lrstanley commented Dec 7, 2024

✨ Describe the feature you'd like

OpenAPI currently doesn't support representing this, so I don't think it's worth the trouble at the moment, however, it looks like they are planning to support some form of json streaming (not the same as chunked encoding or similar). E.g. via json-seq, json-lines, etc. ref: OAI/OpenAPI-Specification#3730

This would allow streamed pagination via HTTP requests (see also ent/ent#4185 for ent, which would help with this).

@lrstanley lrstanley added the enhancement New feature or request label Dec 7, 2024
@lrstanley lrstanley added this to entrest Dec 7, 2024
@lrstanley lrstanley moved this to backlog in entrest Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: backlog
Development

No branches or pull requests

1 participant