MoonBit b2 client: This library can be used to communicate with Backblaze B2.
Dependencies
$ moon version --all
moon 0.1.20260904 (94521db 2026-09-04) ~/.moon/bin/moon
moonc v0.10.12+1634b282e (2026-09-07) ~/.moon/bin/moonc
moonrun 0.1.20260904 (94521db 2026-09-04) ~/.moon/bin/moonrun
fn Client::consume_object(self : Client, filename : String, hash~ : &HashFunc?, debug? : Bool) -> String raise ClientErrorfn Client::get_download_authorization_url(self : Client, file_name_prefix : String, valid_duration_in_seconds? : Int, debug? : Bool) -> String raise ClientErrorfn Client::new(key_id : String, key_secret : String, bucket_id : String, bucket_name : String, debug? : Bool) -> Client raise ClientErrorfn Client::stream_object(self : Client, filename : String, response_out : ResponseOutparam, hash~ : &HashFunc?, debug? : Bool) -> String raise ClientErrorInstall
Download zipMoonBit b2 client: This library can be used to communicate with Backblaze B2.
Dependencies