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

Latest commit

 

History

History
30 lines (17 loc) · 787 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 787 Bytes

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