-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
48 lines (42 loc) · 1.24 KB
/
README
File metadata and controls
48 lines (42 loc) · 1.24 KB
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
PHP Class to retrieve data from the WarGaming developer API
See the APIDocs here: https://na.wargaming.net/developers/api_reference/wot/
Currently under development, use at your own risk.
--------------------------------------
Current progress with function support
--------------------------------------
Overall: 60% 24/40
-> WoT Functions (62% 16/26)
-> Account (100%*)
-> Player list
-> Player personal data
-> Player's vehicles
-> Authentication (0% 0/3)
-> Clans (100%)
-> Clan list
-> Clan details
-> Clan battles
-> Top clans by victory points
-> Clan provinces
-> Clan victory points
-> Clan victory points log
-> Clan member
-> Encyclopedia (0% 0/7)
-> Players Ratings (100%)
-> Types of ratings
-> Players ratings
-> Adjacent positions in rating
-> Top Players
-> Dates with available ratings
-> WoWP Functions (57% 8/14)
-> Account (100%)
-> Player list
-> Player personal data
-> Player's vehicles
-> Encyclopedia (0% 0/6)
-> Players Ratings (100%)
-> Types of ratings
-> Players ratings
-> Adjacent positions in rating
-> Top Players
-> Dates with available ratings
* There are 4 account functions for WoT, but due to the fact that "player ratings" will be disabled, we will not implement it.