3342293bf2
commands: use new error variants for various commands
Build and test / build (push) Failing after 1m1s
Build and test / check (push) Failing after 1m25s
Build and test / test (push) Failing after 1m25s
Build and test / docs (push) Failing after 1m0s
2025-12-08 15:54:37 +09:00
a7a8ceedeb
cargo fmt + clippy
Build and test / build (push) Failing after 1m5s
Build and test / check (push) Failing after 1m17s
Build and test / test (push) Failing after 1m21s
Build and test / docs (push) Failing after 1m13s
2025-12-08 13:28:45 +09:00
8430592bee
commands: strip lifetimes
2025-12-08 12:30:19 +09:00
78cfc09d60
commands: add newline at end of all command serializers
2025-12-08 12:13:05 +09:00
4f8f5db620
make ResponseParserError self-contained, impl thiserror
2025-12-08 05:31:13 +09:00
1e39640508
common/types: flatten to types
Build and test / check (push) Failing after 47s
Build and test / build (push) Failing after 1m3s
Build and test / docs (push) Failing after 1m1s
Build and test / test (push) Failing after 1m48s
2025-12-08 04:14:32 +09:00
b0bc2752cc
commands: add response types for multiple commands
Build and test / build (push) Successful in 1m3s
Build and test / test (push) Has been cancelled
Build and test / docs (push) Has been cancelled
Build and test / check (push) Has been cancelled
2025-12-08 00:44:37 +09:00
b0b4134829
commands: split Command trait into req + res parts
Build and test / check (push) Failing after 1m2s
Build and test / build (push) Successful in 1m8s
Build and test / test (push) Successful in 2m23s
Build and test / docs (push) Successful in 1m24s
2025-12-08 00:07:37 +09:00
07e1c76aa9
commands: parse to Self::Request
Build and test / check (push) Failing after 43s
Build and test / build (push) Successful in 1m2s
Build and test / docs (push) Successful in 1m12s
Build and test / test (push) Successful in 1m44s
2025-12-05 22:00:11 +09:00
7834bbd956
common: don't expose types directly
2025-12-05 20:59:19 +09:00
b03f60c985
common/types: add better alias for PlaylistVersion
2025-11-25 05:28:19 +09:00
b22016e970
common/types: add type for Sort
2025-11-25 03:56:01 +09:00
65c7798d01
response_tokenizer: rewrite
...
This commit contains a rewrite of the response tokenizer, which
introduces lazy parsing of the response, handling of binary data, some
tests, as well as just generally more robustness against errors.
2025-11-24 23:53:03 +09:00
7b27a650a1
commands: split response tokenizer into separate file
2025-11-24 19:28:28 +09:00
b5fbaadca2
Implement a proper request tokenizer
2025-11-24 19:25:00 +09:00
3bd7aaaad2
WIP: serialize requests
2025-11-21 18:50:58 +09:00
ede28623ef
commands: return runtime errors on invalid property names
2025-11-21 15:07:50 +09:00
2b1e99445a
commands: implement common traits for responses
2025-11-21 14:18:44 +09:00
1d693b7b2a
commands: fix clippy warnings about confusing elided lifetimes
2025-10-12 22:59:50 +09:00
e910d29aa4
Rust edition 2024
Build and test / build (push) Successful in 59s
Build and test / check (push) Failing after 1m2s
Build and test / test (push) Successful in 1m42s
Build and test / docs (push) Successful in 1m19s
2025-02-26 16:39:34 +01:00
380a4aed2c
commands: deduplicate logic in macros, add more macros
Build and test / build (push) Successful in 59s
Build and test / check (push) Failing after 1m2s
Build and test / test (push) Successful in 1m40s
Build and test / docs (push) Successful in 1m27s
2025-02-23 19:26:46 +01:00
4f6392e376
commands: use real Filter type
2024-12-13 17:16:16 +01:00
08104b3537
Implement some more commands
2024-12-01 18:31:34 +01:00