Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-b2
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-08-18T23:58:53.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T13:28:46.000Z (11 days ago)
- Last Synced: 2024-11-06T14:31:00.090Z (11 days ago)
- Topics: b2, backblaze, backblaze-api, backblaze-b2, client, moonbit
- Language: Shell
- Homepage: https://mooncakes.io/docs/#/gmlewis/b2/
- Size: 32.2 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
[![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