File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
## Table of Contents
15
15
- [ :computer : API] ( #computer-api )
16
+ * [ Postman collection] ( #postman-collection )
16
17
* [ Submit a new score] ( #submit-a-new-score )
17
18
* [ Get game scores] ( #get-game-scores )
18
19
- [ :package : Setup] ( #package-setup )
30
31
31
32
## :computer : API
32
33
34
+ ### Postman Collection
35
+ There is an up to date Postman collection included in this repo to help test!
36
+
37
+ [ You can see it here] ( EasyLeaderboard.postman_collection.json )
38
+
39
+ [ And it's under the Release section!] ( https://github.com/adrenallen/EasyLeaderboard/releases )
40
+
41
+ ---
33
42
### Submit a new score
34
43
` /games/submit ` - ` POST `
35
44
51
60
52
61
_ NOTE: Using a game key that ends with ` -basic-validation ` will cause that game to automatically use the basic hash check for payload tampering._
53
62
63
+ ---
54
64
### Get game scores
55
65
` /games/<game key> ` - ` GET `
56
66
@@ -67,6 +77,7 @@ Optional query params
67
77
68
78
` page ` - ` <number> ` Page to return
69
79
80
+ ---
70
81
## :package : Setup
71
82
There are two requirements to run EasyLeaderboard.
72
83
### MongoDB
You can’t perform that action at this time.
0 commit comments