Skip to content

Commit b952532

Browse files
committed
Update Readme
1 parent 94211d2 commit b952532

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Assuming your server lives at `myserver.com`, and you've configured the middlewa
4141
* e.g. `myserver.com/myAvatars/face/eyes1/nose2/mouth4/DEADBF/300`
4242
* `myserver.com/myAvatars/list`
4343
* returns JSON of all valid parts for the custom endpoint above
44+
* `myserver.com/myAvatars/:size?/random`
45+
* returns a random avatar, different each time
46+
* e.g. `myserver.com/myAvatars/300/random`
47+
4448

4549
## Development
4650
If you're developing locally, you'll first need to bootstrap (assumes [nvm](https://github.com/creationix/nvm)):

0 commit comments

Comments
 (0)