All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ruby-sinatra-server.my_app.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
require './lib/openapiing'

# only need to extend if you want special configuration!
class MyApp < OpenAPIing
  self.configure do |config|
    config.api_version = '{{version}}'
  end
end

# include the api files
Dir["./api/*.rb"].each { |file|
  require file
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy