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

Fortnite-API/swift-wrapper

Repository files navigation

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