Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 440 Bytes

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