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: 8 months ago
JSON representation
MoonBit b2 client: This library can be used to communicate with Backblaze B2.
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-b2
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-08-18T23:58:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-11T14:58:06.000Z (8 months ago)
- Last Synced: 2025-02-22T21:31:57.335Z (8 months ago)
- Topics: b2, backblaze, backblaze-api, backblaze-b2, client, moonbit
- Language: MoonBit
- Homepage: https://mooncakes.io/docs/#/gmlewis/b2/
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gmlewis/b2
[](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.20250210 (da67b3c 2025-02-10) ~/.moon/bin/moon
moonc v0.1.20250210+7be093d1f ~/.moon/bin/moonc
moonrun 0.1.20250210 (da67b3c 2025-02-10) ~/.moon/bin/moonrun
```Use `moonup` to manage `moon` compiler versions:
https://github.com/chawyehsu/moonup