mov.danabra.Greeting

danabra.mov

Documentation

A greeting component that displays a personalized hello message.

main procedure

A greeting component that displays a personalized hello message.

Input

Encodingapplication/json
name string Optional

Name to greet.

maxLength: 640 bytes

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 640,
          "description": "Name to greet."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "at.inlay.defs#response",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "A greeting component that displays a personalized hello message."
}

Lexicon Garden

@