C# wrapper for Fortnite-API.com
This library offers a complete wrapper around the endpoints of fortnite-api.com.
Install-Package Fortnite-API-Wrapper
Here is a quick overview of the API so you can get started very quickly.
If you need an in-use example then please take a look at the program.cs in my test folder where i use some of the endpoints.
- General usage
using Fortnite_API;
var api = new FortniteApi();
- FortniteApi class
var api = new FortniteApi();
// accesses the shop endpoint (https://fortnite-api.com/shop)
api.Shop...
// accesses the cosmetics endpoint (https://fortnite-api.com/cosmetics)
api.Cosmetics...
// accesses the news endpoint (https://fortnite-api.com/news)
api.News...
// accesses the creatorcode endpoint (https://fortnite-api.com/creatorcode)
api.CreatorCode...
// accesses the aes endpoint (https://fortnite-api.com/aes)
api.Aes...
If you can provide any help, may it only be spell checking please contribute!
We are open for any contribution.
API developed by Fortnite-API.com