aboutsummaryrefslogtreecommitdiff
path: root/pkg/api/api0/clientserver.go
blob: 858e8aa762d8a9bd15df13274f7eaebd2a5bcc62 (plain)
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
package api0

/*
  /accounts/write_persistence:
    POST:

  /accounts/lookup_uid:
    GET:
  /accounts/get_username:
    GET:

  /client/mainmenupromos:
    GET:

  /client/origin_auth:
    GET:
  /client/auth_with_server:
    POST:
  /client/auth_with_self:
    POST:

  /client/servers:
    POST:
  /server/add_server:
    POST:
  /server/heartbeat:
    POST:
  /server/update_values:
    POST:
  /server/remove_server:
    DELETE:
*/