Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.02 KB

File metadata and controls

50 lines (35 loc) · 1.02 KB

MicrosoftKiotaSerialization

Ruby

Using the Serialization JSON implementations

Option 1: Bundler config

bundle config https://rubygems.pkg.github.com/microsoft/kiota USERNAME:TOKEN

Option 2: Configuring ~/.gemrc file

---
:backtrace: false
:bulk_threshold: 1000
:sources:
- https://rubygems.org/
- https://USERNAME:TOKEN@rubygems.pkg.github.com/microsoft/kiota
:update_sources: true
:verbose: true  

Installation

Add this line to your application's Gemfile:

source "https://rubygems.pkg.github.com/microsoft" do
  gem "microsoft_kiota_serialization", "0.1.0"
end

And then execute:

bundle install

Or install it yourself as:

gem install microsoft_kiota_serialization --version "0.1.0" --source "https://{USERNAME}{PASSWORD/TOKEN}rubygems.pkg.github.com/microsoft"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/microsoft/kiota.