Skip to content

Latest commit

 

History

History
 
 

microsoft_kiota_abstractions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MicrosoftKiotaAbstractions

Ruby

Using the abstractions

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:

gem 'microsoft_kiota_abstractions'

And then execute:

bundle install

Or install it yourself as:

gem install microsoft_kiota_abstractions

Contributing

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