/ruby-wrapper

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

Primary LanguageRubyMIT LicenseMIT

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