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

Commit 7cd48a6

Browse files
author
Not Officer
committed
added creatorcode tests
1 parent da2b91f commit 7cd48a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Fortnite-API.Test/Program.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ private static async Task Main()
1212
const string apiKey = "api-key";
1313
var api = new FortniteApi(apiKey);
1414

15+
var tfueCode = await api.CreatorCode.GetAsync("tfue");
16+
await Task.Delay(500);
17+
var searchTestCode = await api.CreatorCode.SearchAsync("test");
18+
await Task.Delay(500);
19+
var searchAllTestCode = await api.CreatorCode.SearchAllAsync("test");
20+
await Task.Delay(500);
21+
1522
var cosmetics = await api.Cosmetics.GetBrAsync(GameLanguage.DE);
1623
await Task.Delay(500);
1724

0 commit comments

Comments
 (0)