blob: a27af5eba7d42657d3717e02196e048d04101f0b (
plain) (
blame)
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
|
### some fcked-rt docs
## local storage
```json
{
"ruz": {
"default": [
{
"url": "https://ruz.hse.ru/api/schedule/auditorium/4495",
"name": "R401",
"type": "auditorium",
"rank": 0.555
}
]
},
"night": true,
"pilot": "mp"
}
```
## smth else
example ruz urls:
https://ruz.hse.ru/api/schedule/group/11235?start=2019.12.23&finish=2019.12.29&lng=1
https://ruz.hse.ru/api/schedule/student/203052?start=2019.12.23&finish=2019.12.29&lng=1
https://ruz.hse.ru/api/schedule/person/278793884?start=2019.12.16&finish=2019.12.22&lng=1
https://ruz.hse.ru/api/schedule/auditorium/4495?start=2019.12.16&finish=2019.12.22&lng=1
|