Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swarley/vox
Discord library in ruby
https://github.com/swarley/vox
discord hacktoberfest ruby vox
Last synced: 10 days ago
JSON representation
Discord library in ruby
- Host: GitHub
- URL: https://github.com/swarley/vox
- Owner: swarley
- License: mit
- Created: 2020-08-28T05:55:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T18:57:14.000Z (about 4 years ago)
- Last Synced: 2024-09-16T06:17:46.028Z (about 2 months ago)
- Topics: discord, hacktoberfest, ruby, vox
- Language: Ruby
- Homepage:
- Size: 300 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- discord-api-libs - vox - Discord library in ruby (Libraries / Ruby)
README
# Vox
[![Maintainability](https://api.codeclimate.com/v1/badges/769cea19478c3d5cdfeb/maintainability)](https://codeclimate.com/github/swarley/vox/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/769cea19478c3d5cdfeb/test_coverage)](https://codeclimate.com/github/swarley/vox/test_coverage)
[![Gem Version](https://badge.fury.io/rb/vox.svg)](https://badge.fury.io/rb/vox)
[![Inline docs](https://inch-ci.org/github/swarley/vox.svg?branch=main)](https://inch-ci.org/github/swarley/vox)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:
```ruby
gem 'vox'
```And then execute:
```console
$ bundle install
```Or install it yourself as:
```console
$ 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 . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/swarley/vox/blob/main/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## 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](https://github.com/swarley/vox/blob/main/CODE_OF_CONDUCT.md).