Swift wrapper for Fortnite-API.com
This repository offers an request API around the endpoints of fortnite-api.com.
For now you have to install the source code but it will be uploaded to CocoaPods soon.
import fortnite_api
let cosmetic = fortnite_api.searchCosmetics(parameters: "name", value: "Renegade")
print(cosmetic.id)
To see the full documentation for this gem, please visit the wiki
Fortnite-API (MIT) License
API developed by Fortnite-API.com