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

Fortnite-API/ruby-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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