Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 384 Bytes

File metadata and controls

31 lines (22 loc) · 384 Bytes

tipbot-backend

Endpoints

Get QR Code Image (PNG, SVG)

[GET] /qrcodes/<iota_address> Returns image of QR Code if image is not existing, create one and safe it.

Get user object

[GET] users/<user_uuid>

Add address to a user

[POST] users/<user_uuid>

body: {
    address: "ABC"
}

Deployment

.env file

HOST=127.0.0.1
PORT=3000
RUST_LOG=debug