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

Commit dd9fe36

Browse files
committed
testing creator code endpoint
1 parent b32327e commit dd9fe36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/index.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"cosmeticSearchAll" => $api->cosmetics->searchAllAsync(["rarity" => "uncommon"]),
1717
"cosmetics" => $api->cosmetics->getAllAsync(),
1818
"news" => $api->news->getAsync(),
19-
"shop" => $api->shop->getAsync()
19+
"shop" => $api->shop->getAsync(),
20+
"creatorCode" => $api->creatorCode->getAsync("getonmylvl"),
21+
"creatorCodeSearch" => $api->creatorCode->searchAsync("getonmylvl"),
22+
"creatorCodeSearchAll" => $api->creatorCode->searchAllAsync("getonmylvl"),
2023
];
2124

2225
$result = [];

0 commit comments

Comments
 (0)