Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

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

at main 52 lines 1.1 kB view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT id, slice_uri, client_id, registration_access_token, created_at as \"created_at!\", created_by_did\n FROM oauth_clients\n WHERE client_id = $1\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Int4" 10 }, 11 { 12 "ordinal": 1, 13 "name": "slice_uri", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "client_id", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "registration_access_token", 24 "type_info": "Text" 25 }, 26 { 27 "ordinal": 4, 28 "name": "created_at!", 29 "type_info": "Timestamptz" 30 }, 31 { 32 "ordinal": 5, 33 "name": "created_by_did", 34 "type_info": "Text" 35 } 36 ], 37 "parameters": { 38 "Left": [ 39 "Text" 40 ] 41 }, 42 "nullable": [ 43 false, 44 false, 45 false, 46 true, 47 false, 48 false 49 ] 50 }, 51 "hash": "0fa7f16b4a3350ca28a3d7356f8e6ee57d515f2cf5af7d6db2edbd1cca80cc17" 52}