You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
✨ 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).
The text was updated successfully, but these errors were encountered: