Project

unchained

0.0
No commit activity in last 3 years
No release in over 3 years
A gem that lets you call into the Camelot Unchained API. You can see the API docs at https://api.camelotunchained.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.8
~> 0.10
~> 11.0
~> 3.0
~> 1.24

Runtime

 Project Readme

Unchained

Build Status Code Climate

A ruby client library for the Camelot Unchained API.

You can view the API documentation at http://api.camelotunchained.com/

Usage

First, install the gem:

gem install unchained

Alternatively, add the gem to your Gemfile:

gem 'unchained'

Once you have the gem installed, you can use it to interact with the Camelot Unchained API:

[1] pry(main)> client = Unchained::Client.new;
[2] pry(main)> client.servers.first
=> #<Unchained::Client::Servers::Server:0x007fa0b94c7258 @access_level=6, @channel_id=4, @host="wyrmlingprep.camelotunchained.com", @name="WyrmlingPrep", @player_maximum=1000, @shard_id=1>

TODO

  • Implement loginToken endpoints

License

View the License