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: 6 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-31T01:34:36.000Z (18 days ago)
- Last Synced: 2025-01-11T01:48:07.435Z (7 days ago)
- Topics: b2, backblaze, backblaze-api, backblaze-b2, client, moonbit
- Language: MoonBit
- Homepage: https://mooncakes.io/docs/#/gmlewis/b2/
- Size: 44.9 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.20241219 (e628c26 2024-12-19) ~/.moon/bin/moon
moonc v0.1.20241223+62b9a1a85 ~/.moon/bin/moonc
moonrun 0.1.20241219 (e628c26 2024-12-19) ~/.moon/bin/moonrun
```Use `moonup` to manage `moon` compiler versions:
https://github.com/chawyehsu/moonup