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

Commit 977d874

Browse files
authored
Added support for /aes.
1 parent 3555553 commit 977d874

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/fortnite-api/fortnite_api.swift

+4
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,8 @@ public struct fortnite_api {
8383
return query.data
8484
}
8585

86+
public static func getAes(xapikey: String) -> (Data){
87+
let query: (data: Data, address: URLResponse?) = fnapi_get(endpoint: "aes", xapikey: "\(xapikey)")
88+
return query.data
89+
}
8690
}

0 commit comments

Comments
 (0)