feat(api): rewrite in Rust #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/api/v1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the goal of this migration is to improve performance and use tests to ensure the api works correctly. also, i dont like typescript.
note: all tests are green even though the package does nothing (yet!). thats the main issue im trying to avoid, using
cargo testto validate that the package does what its expected and that a build means that it works.67dd396bb51ed4e3ff78note to self: dont cherry pick and directly merge from main instead
WIP: feat(api): rewrite in Rustto feat(api): rewrite in Rustnote: keeping
currently_playinghandler on default/musicpath to allow api calls like in the old api. will deprecate it later