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

sinatra.my_app.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
require './lib/swaggering'

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

{{#apis}}
require './lib/{{className}}.rb'
{{/apis}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy