Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 0dfa651

Browse files
committed
added docs for creator code endpoint
1 parent dd9fe36 commit 0dfa651

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ $api->news->...
4747

4848
// accesses the shop endpoint (https://fortnite-api.com/shop)
4949
$api->shop->...
50+
51+
// accesses the creatorcode endpoint (https://fortnite-api.com/creatorcode)
52+
$api->creatorCode->...
5053
```
5154

5255
```php

0 commit comments

Comments
 (0)