Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gmlewis/moonbit-b2

MoonBit b2 client: This library can be used to communicate with Backblaze B2.
https://github.com/gmlewis/moonbit-b2

b2 backblaze backblaze-api backblaze-b2 client moonbit

Last synced: 5 days ago
JSON representation

MoonBit b2 client: This library can be used to communicate with Backblaze B2.

Awesome Lists containing this project

README

        

# gmlewis/b2
[![check](https://github.com/gmlewis/moonbit-b2/actions/workflows/check.yml/badge.svg)](https://github.com/gmlewis/moonbit-b2/actions/workflows/check.yml)

This is a simple b2 client used to retrieve objects from Backblaze B2
via its Native API.

## Status

The code has been updated to support compiler:

```bash
$ moon version --all
moon 0.1.20241111 (e6d64e0 2024-11-11) ~/.moon/bin/moon
moonc v0.1.20241111+dc2407357 ~/.moon/bin/moonc
moonrun 0.1.20241111 (e6d64e0 2024-11-11) ~/.moon/bin/moonrun
```

Use `moonup` to manage `moon` compiler versions:
https://github.com/chawyehsu/moonup