https://github.com/kleister/kleister-ruby
Kleister: SDK for Ruby
https://github.com/kleister/kleister-ruby
kleister minecraft openapi ruby sdk
Last synced: about 1 month ago
JSON representation
Kleister: SDK for Ruby
- Host: GitHub
- URL: https://github.com/kleister/kleister-ruby
- Owner: kleister
- License: apache-2.0
- Created: 2018-03-30T11:21:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T08:27:20.000Z (12 months ago)
- Last Synced: 2025-02-17T09:27:06.191Z (12 months ago)
- Topics: kleister, minecraft, openapi, ruby, sdk
- Language: Ruby
- Homepage: https://kleister.eu
- Size: 12.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kleister: SDK for Ruby
[](https://github.com/kleister/kleister-ruby/actions/workflows/general.yml) [](https://matrix.to/#/#kleister:matrix.org) [](https://app.codacy.com/gh/kleister/kleister-ruby/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://badge.fury.io/rb/kleister)
This repository provides a client SDK for Ruby. This SDK is automatically
generated by the [OpenAPI Generator][generator] project:
- API version: 1.0.0-alpha1
- Package version: 2.1.1
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
For more information, please visit [https://kleister.eu](https://kleister.eu)
## Installation
### Build a gem
If you want to build an unreleased version of this library you are able to build
it locally with the following command, afterwards you should be able to install
the built gem:
```console
gem build kleister.gemspec
gem install ./kleister-2.1.1.gem
```
### Install from Rubygems
If you want to use a a properly released version hosted Rubygems you just need
to add the following line to your Gemfile:
```ruby
gem 'kleister', '~> 2.1.1'
```
### Install from Git
If the gem is hosted at a git repository, then add the following in the Gemfile:
```ruby
gem 'kleister', :git => 'https://github.com/kleister/kleister-ruby.git'
```
## Security
If you find a security issue please contact
[kleister@webhippie.de](mailto:kleister@webhippie.de) first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```
[generator]: https://openapi-generator.tech