0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ruby implementation for https://fortnite-api.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.17.1
 Project Readme

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