mirror of
https://github.com/hzrd149/blossom.git
synced 2025-12-08 22:58:51 +00:00
move files
This commit is contained in:
@@ -15,19 +15,19 @@ Blossom Servers expose four endpoints for managing blobs
|
|||||||
- `GET /<sha256>` (optional file `.ext`)
|
- `GET /<sha256>` (optional file `.ext`)
|
||||||
- `HEAD /<sha256>` (optional file `.ext`)
|
- `HEAD /<sha256>` (optional file `.ext`)
|
||||||
- `PUT /upload`
|
- `PUT /upload`
|
||||||
- `Authentication`: Signed [nostr event](./buds/bud-01.md#upload-authorization-required)
|
- `Authentication`: Signed [nostr event](./buds/01.md#upload-authorization-required)
|
||||||
- Return a blob descriptor
|
- Return a blob descriptor
|
||||||
- `GET /list/<pubkey>`
|
- `GET /list/<pubkey>`
|
||||||
- Returns an array of blob descriptors
|
- Returns an array of blob descriptors
|
||||||
- `Authentication` _(optional)_: Signed [nostr event](./buds/bud-01.md#list-authorization-optional)
|
- `Authentication` _(optional)_: Signed [nostr event](./buds/01.md#list-authorization-optional)
|
||||||
- `DELETE /<sha256>`
|
- `DELETE /<sha256>`
|
||||||
- `Authentication`: Signed [nostr event](./buds/bud-01.md#delete-authorization-required)
|
- `Authentication`: Signed [nostr event](./buds/01.md#delete-authorization-required)
|
||||||
|
|
||||||
## Protocol specification (BUDs)
|
## Protocol specification (BUDs)
|
||||||
|
|
||||||
BUDs stand for **Blossom Upgrade Documents**.
|
BUDs stand for **Blossom Upgrade Documents**.
|
||||||
|
|
||||||
See the [BUDs](./buds) folder and specifically [BUD-01](./buds/bud-01.md) for a detailed explanation of the endpoints
|
See the [BUDs](./buds) folder and specifically [BUD-01](./buds/01.md) for a detailed explanation of the endpoints
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user