Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleister/kleister-ruby
Kleister: SDK for Ruby
https://github.com/kleister/kleister-ruby
kleister minecraft openapi ruby sdk
Last synced: 8 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T08:25:35.000Z (8 days ago)
- Last Synced: 2024-12-30T09:32:12.647Z (8 days 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: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kleister: SDK for Ruby
[![General Workflow](https://github.com/kleister/kleister-ruby/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/kleister-ruby/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/032f6220e14a4942931d5a9beef13243)](https://app.codacy.com/gh/kleister/kleister-ruby/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Gem Version](https://badge.fury.io/rb/kleister.svg)](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: 1.9.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegenFor 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-1.9.0.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', '~> 1.9.0'
```### 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
[[email protected]](mailto:[email protected]) 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