com.suibari.nagi.drawGuestCard

suibari.com

Documentation

未サインイン端末が今日の全肯定カードを1枚引く。同じ端末秘密・同じ日付では同じカードを返す。JST 4:00 が日付境界。

main procedure

未サインイン端末が今日の全肯定カードを1枚引く。同じ端末秘密・同じ日付では同じカードを返す。JST 4:00 が日付境界。

Input

Encodingapplication/json
deviceToken string Required

No description available.

maxLength: 128 bytesminLength: 32 bytes

Output

Encodingapplication/json
alreadyDrawn boolean Required

No description available.

card unknown Required

No description available.

commentPending boolean Required

No description available.

drawStatus unknown Required

No description available.

expiresAt stringdatetime Required

An RFC 3339 formatted timestamp.

isNew boolean Required

No description available.

source string Required

No description available.

Known values: my_nagi
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",
      "required": [
        "deviceToken"
      ],
      "properties": {
        "deviceToken": {
          "type": "string",
          "maxLength": 128,
          "minLength": 32
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "card",
        "source",
        "alreadyDrawn",
        "isNew",
        "commentPending",
        "drawStatus",
        "expiresAt"
      ],
      "properties": {
        "card": {
          "type": "unknown"
        },
        "isNew": {
          "type": "boolean"
        },
        "source": {
          "type": "string",
          "knownValues": [
            "my_nagi"
          ]
        },
        "expiresAt": {
          "type": "string",
          "format": "datetime"
        },
        "drawStatus": {
          "type": "unknown"
        },
        "alreadyDrawn": {
          "type": "boolean"
        },
        "commentPending": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "未サインイン端末が今日の全肯定カードを1枚引く。同じ端末秘密・同じ日付では同じカードを返す。JST 4:00 が日付境界。"
}

Lexicon Garden

@