Ruby wrapper for Fortnite-API.com
This repository offers an request API around the endpoints of fortnite-api.com.
To install this gem, simply type into your terminal:
gem install fortniteapi
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
To see the full documentation for this gem, please visit the wiki
Fortnite-API (MIT) License
API developed by Fortnite-API.com