cooklang/cooklang-sync
Add support for bulk downloading of chunks to the client
Aperta
#4 aperta il 11 ott 2024
hacktoberfesthelp wanted
Metriche repository
- Star
- (11 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
The metadata server has an endpoint that allows to download multiple chunks at once using multipart/mixed HTML content type (based on https://docs.rs/rocket-multipart/0.2.1/rocket_multipart/ crate).
Need to make client updates, so we support feature fully.
There's a newsletter issue explaining how it works.