API for whisperpine/walkie-talkie project (0.1.0-alpha)

Download OpenAPI specification:

E-mail: yusonglai64@gmail.com License: Apache-2.0

API for whisperpine/walkie-talkie repository on GitHub

Echo

Example echo operations

Echo the request body

Request Body schema: text/plain
string

Responses

Users

Operations related to users

List all users

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get user information by ID

path Parameters
user_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "user_id": "bad633b3-fade-48ff-98c3-8243f46b4122",
  • "user_name": "Amiao"
}

Channels

Operations related to channels

List all channels

Responses

Response samples

Content type
application/json
[
  • {
    }
]