18 lines
447 B
Markdown
18 lines
447 B
Markdown
|
# 🌸 Blossom-server
|
||
|
|
||
|
blossom-server is a Typescript implementation of a [Blossom Server](https://github.com/hzrd149/blossom/blob/master/Server.md)
|
||
|
|
||
|
## Supported BUDs
|
||
|
|
||
|
- BUD-01
|
||
|
- `GET /<sha256>` Retrieve blob
|
||
|
- `HEAD /<sha256>` Check blob
|
||
|
- BUD-02
|
||
|
- `PUT /upload` Upload blob
|
||
|
- `GET /list<pubkey>` List blobs
|
||
|
- `DELETE /<sha256>` Delete blob
|
||
|
- BUD-04
|
||
|
- `PUT /mirror` Mirror blob
|
||
|
- BUD-06
|
||
|
- `HEAD /upload` Upload check
|