GET /xrpc/app.bsky.actor.searchActorsTypeahead
typeahead.waow.tech
1{
2 "name": "typeahead",
3 "main": "src/index.ts",
4 "compatibility_date": "2024-12-01",
5 "compatibility_flags": ["nodejs_compat"],
6 "triggers": { "crons": ["0 * * * *"] },
7 "kv_namespaces": [
8 {
9 "binding": "KV",
10 "id": "a2582ddac2f841cf8ba7117dd851c770"
11 }
12 ],
13 "unsafe": {
14 "bindings": [
15 {
16 "type": "ratelimit",
17 "name": "RATE_LIMITER",
18 "namespace_id": "0",
19 "simple": { "limit": 60, "period": 60 }
20 },
21 {
22 "type": "ratelimit",
23 "name": "RATE_LIMITER_STRICT",
24 "namespace_id": "0",
25 "simple": { "limit": 10, "period": 60 }
26 }
27 ]
28 }
29}