Project

vox

0.01
No commit activity in last 3 years
No release in over 3 years
Discord library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.0
~> 3.0
~> 0.89.1
~> 1.42.0
~> 0.17.1
~> 0.1.6
~> 0.9.25

Runtime

~> 1.0.1
~> 2.3.0
~> 3.3.1
~> 1.15.0
 Project Readme

Vox

Maintainability Test Coverage Gem Version Inline docs

A gem for interacting with the Discord API. Intends to cover the entire API, have high spec coverage, complete documentation coverage, and be as modular as possible with room for flexibility of use at every level.

Installation

Add this line to your application's Gemfile:

gem 'vox'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install vox

Usage

Currently only the HTTP API has been implemented, and it does not return abstracted objects. Rather it is simply a client to assist in making requests and handling rate limiting.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/swarley/vox. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Vox project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.