garden.lexicon.ngerakines.helloworld.Hello

lexicon.garden

Documentation

main query

No description available.

Parameters

subject string Optional

No description available.

Output

Encodingapplication/json
message string Required

No description available.

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://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "message"
      ],
      "properties": {
        "message": {
          "type": "string",
          "maxLength": 64
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {
      "subject": {
        "type": "string",
        "maxLength": 55
      }
    }
  }
}

Lexicon Garden

@