Skip to content

Latest commit

 

History

History
 
 

microsoft_kiota_serialization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:[email protected]/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.