Skip to content

Commit 2127519

Browse files
authored
Update README.md
1 parent 56507ef commit 2127519

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
## Table of Contents
1515
- [:computer: API](#computer-api)
16+
* [Postman collection](#postman-collection)
1617
* [Submit a new score](#submit-a-new-score)
1718
* [Get game scores](#get-game-scores)
1819
- [:package: Setup](#package-setup)
@@ -30,6 +31,14 @@
3031

3132
## :computer: API
3233

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+
---
3342
### Submit a new score
3443
`/games/submit` - `POST`
3544

@@ -51,6 +60,7 @@ TODO
5160

5261
_NOTE: Using a game key that ends with `-basic-validation` will cause that game to automatically use the basic hash check for payload tampering._
5362

63+
---
5464
### Get game scores
5565
`/games/<game key>` - `GET`
5666

@@ -67,6 +77,7 @@ Optional query params
6777

6878
`page` - `<number>` Page to return
6979

80+
---
7081
## :package: Setup
7182
There are two requirements to run EasyLeaderboard.
7283
### MongoDB

0 commit comments

Comments
 (0)