GET /xrpc/app.bsky.actor.searchActorsTypeahead typeahead.waow.tech
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e4737bbcd07f1b0723bfe67141faf2feaff4e6cd 35 lines 760 B view raw
1{ 2 "name": "typeahead", 3 "main": "src/index.ts", 4 "compatibility_date": "2024-12-01", 5 "compatibility_flags": ["nodejs_compat"], 6 "d1_databases": [ 7 { 8 "binding": "DB", 9 "database_name": "typeahead-db", 10 "database_id": "7e289d5d-dc50-46d1-8084-49aeec2679e5" 11 } 12 ], 13 "kv_namespaces": [ 14 { 15 "binding": "KV", 16 "id": "a2582ddac2f841cf8ba7117dd851c770" 17 } 18 ], 19 "unsafe": { 20 "bindings": [ 21 { 22 "type": "ratelimit", 23 "name": "RATE_LIMITER", 24 "namespace_id": "0", 25 "simple": { "limit": 60, "period": 60 } 26 }, 27 { 28 "type": "ratelimit", 29 "name": "RATE_LIMITER_STRICT", 30 "namespace_id": "0", 31 "simple": { "limit": 10, "period": 60 } 32 } 33 ] 34 } 35}