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

Latest commit

 

History

History
33 lines (20 loc) · 837 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 837 Bytes

Ruby wrapper for Fortnite-API.com

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

Installation

To install this gem, simply type into your terminal:
gem install fortniteapi

Example

require 'fortniteapi'

fortnite_api = FortniteAPI.new(apikey=X-API-KEY-HERE)
cosmetics = fortnite_api.search_cosmetic('Renegade')
puts cosmetics.id
=> cid_013_athena_commando_f

Documentation

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

License

Fortnite-API (MIT) License

API developed by Fortnite-API.com