-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspaceapi.json
49 lines (49 loc) · 1.35 KB
/
spaceapi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"api": "0.13",
"space": "Laboratório Hacker",
"logo": "http://status.laboratoriohacker.org/logo.png",
"url": "http://laboratoriohacker.org/",
"location": {
"address": "Avenida Batista Bonoto Sobrinho, 733, Sala 412/2 | Santiago - RS",
"lon": -54.8852932,
"lat": -29.194061
},
"spacefed": {
"spacenet": false,
"spacesaml": false,
"spacephone": false
},
"contact": {
"facebook": "http://facebook.com/LaboratorioHacker",
"ml": "labhacker@lists.laboratoriohacker.org"
},
"issue_report_channels": [
"ml"
],
"state": {
"icon": {
"open": "http://status.laboratoriohacker.org/aberto.png",
"closed": "http://status.laboratoriohacker.org/fechado.png"
},
"open": null,
"lastchange": null,
"trigger_person": null
},
"feeds": {
"blog": {
"type": "rss",
"url": "http://laboratoriohacker.org/feed/"
},
"wiki": {
"type": "atom",
"url": "http://wiki.laboratoriohacker.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=atom"
}
},
"projects": [
"http://projetos.laboratoriohacker.org/",
"https://github.com/LaboratorioHacker"
],
"cache": {
"schedule": "m.10"
}
}