ComfyUI/app/assets/api
Matt Miller ba8ea12922 refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse
The keyset cursor codec was asset-namespaced (app/assets/services/cursor.py)
but the wire format and encode/decode logic are domain-agnostic. Move it to
utils/cursor.py so the jobs endpoint can share one codec instead of importing
across domains or duplicating it.
2026-06-09 21:16:24 -07:00
..
routes.py refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse 2026-06-09 21:16:24 -07:00
schemas_in.py fix(assets): address cursor-review verified findings 2026-05-20 13:19:07 -07:00
schemas_out.py Merge branch 'master' into matt/be-944-core-cursor-based-pagination-for-get-apiassets 2026-06-09 21:07:47 -07:00
upload.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00