22 lines
387 B
Plaintext
22 lines
387 B
Plaintext
meta {
|
|
name: get breathing colors
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/breathing-colors
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|
|
|
|
docs {
|
|
Palette the app shows when creating a breathing template. Each item has
|
|
a `colors` array (one hex = solid, several = gradient). The user picks one
|
|
and sends its colors as `colors` on /breathing-templates.
|
|
}
|