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

Commit 1ce3290

Browse files
author
Not Officer
committed
added aes test
1 parent 7f08b9a commit 1ce3290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Fortnite-API.Test/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ internal class Program
99
{
1010
private static async Task Main()
1111
{
12-
const string apiKey = "api-key";
12+
const string apiKey = "your-api-key";
1313
var api = new FortniteApi(apiKey);
1414

15+
var aes = await api.Aes.GetAsync();
16+
await Task.Delay(500);
1517
var tfueCode = await api.CreatorCode.GetAsync("tfue");
1618
await Task.Delay(500);
1719
var searchTestCode = await api.CreatorCode.SearchAsync("test");

0 commit comments

Comments
 (0)