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
* feat(adapters): add supports_device_sync() capability check to ApiRouter (#182)
* feat(adapters): add register_device() to RommApiV47 (#182)
* feat(adapters): extend list_saves with device_id and slot params on V47 (#182)
* feat(adapters): extend upload_save with device_id, slot, overwrite on V47 (#182)
* feat(adapters): add download_save_content() to RommApiV47 (#182)
* feat(adapters): add confirm_download() to RommApiV47 (#182)
POST /api/saves/{id}/downloaded with device_id for manual sync
confirmation when download_save_content() is called with optimistic=false.
Also adds the method signature to RommApiProtocol.
* feat(adapters): add get_save_summary() to RommApiV47 (#182)
* test(adapters): add router delegation and v46 fallback tests for device sync (#182)
* chore: update FakeSaveApi stubs and fix import-linter config (#182)
* fix: update flaky_list closure signature to match extended list_saves protocol (#182)
0 commit comments