cooklang / cooklang/cooklang-sync
Add support for bulk downloading of chunks to the client
Open
hacktoberfest
help wanted
- Dominant language
- Rust
- Stars
- 13
- Forks
- 4
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
The metadata server has [an endpoint](https://github.com/cooklang/cooklang-sync/blob/main/server/src/chunks/mod.rs#L138-L158) 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](https://mailchi.mp/91881dc50992/how-i-developed-a-sync-library-for-cooklang) explaining how it works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.