Skip to content

nnhansg/dear-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dear-openapi

An OpenAPI description of the DEAR API https://inventory.dearsystems.com

Generate

Ruby

# For MacOS
export RUBY_POST_PROCESS_FILE="$HOME/.rbenv/shims/rubocop -a"

openapi-generator-cli generate \
-t ./generator/resources/ruby \
-i ./specification/dear-inventory-apikey-ruby.yaml \
-g ruby \
-o ./generator/output/dear-inventory-ruby \
-c ./generator/config-options/ruby/dear-inventory-ruby-config.json