codes.advent.challenge.getCode

advent.codes

Documentation

A protected XRPC endpoint to get an at://advent challenge code for the user

main query

A protected XRPC endpoint to get an at://advent challenge code for the user

Output

Encodingapplication/json
code 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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "code"
      ],
      "properties": {
        "code": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "A protected XRPC endpoint to get an at://advent challenge code for the user"
}

Lexicon Garden

@