/swift-wrapper

Swift implementation for https://fortnite-api.com

Primary LanguageSwift

Swift wrapper for Fortnite-API.com

This repository offers an request API around the endpoints of fortnite-api.com.

Installation

For now you have to install the source code but it will be uploaded to CocoaPods soon.

Example

import fortnite_api

let cosmetic = fortnite_api.searchCosmetics(parameters: "name", value: "Renegade")
print(cosmetic.id)

Documentation

To see the full documentation for this gem, please visit the wiki

License

Fortnite-API (MIT) License

API developed by Fortnite-API.com