A ruby client library for the Camelot Unchained API.
You can view the API documentation at http://api.camelotunchained.com/
First, install the gem:
gem install unchainedAlternatively, 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>- Implement
loginTokenendpoints
View the License