Project

gopad

0.0
A long-lived project that still receives updates
OpenAPI client for Gopad
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 2.9.0
~> 1.0.4
 Project Readme

Gopad: SDK for Ruby

General Workflow Join the Matrix chat at https://matrix.to/#/#gopad:matrix.org Codacy Badge Gem Version

This repository provides a client SDK for Ruby. This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0-alpha1
  • Package version: 1.21.0
  • Build package: org.openapitools.codegen.languages.RubyClientCodegen

For more information, please visit https://gopad.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:

gem build gopad.gemspec
gem install ./gopad-1.21.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:

gem 'gopad', '~> 1.21.0'

Install from Git

If the gem is hosted at a git repository, then add the following in the Gemfile:

gem 'gopad', :git => 'https://github.com/gopad/gopad-ruby.git'

Security

If you find a security issue please contact gopad@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>