-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
21 lines (21 loc) · 934 Bytes
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"active_chats": [],
"config": {
"lists": [
{
"name": "Officials",
"change_text": "New guild official candidate!",
"api_url": "https://athene.fi/vaalit/api/discussions?include=user%2ClastPostedUser%2CfirstPost%2Ctags&filter%5Bq%5D=%20tag%3Aehdokkaat-toimihenkil-virkoihin-candidates-for-official-positions&",
"user_url": "https://athene.fi/vaalit/t/ehdokkaat-toimihenkil-virkoihin-candidates-for-official-positions?sort=newest",
"last_count": 0
},
{
"name": "Board",
"change_text": "New board member candidate!",
"api_url": "https://athene.fi/vaalit/api/discussions?include=user%2ClastPostedUser%2CfirstPost%2Ctags&filter%5Bq%5D=%20tag%3Aehdokkaat-hallitukseen-candidates-for-the-board&",
"user_url": "https://athene.fi/vaalit/t/ehdokkaat-hallitukseen-candidates-for-the-board?sort=newest",
"last_count": 0
}
]
}
}