Sha256: bdc8233882fc5ce4247bb2570071b504187a18bff66f8ce6934dfc22c35f3cc5

Contents?: true

Size: 400 Bytes

Versions: 7

Compression:

Stored size: 400 Bytes

Contents

api 'MyAPI' do
  title 'REST API v1.0 Resources'
  description 'This describes the resources that make up the official API'
  host 'api.example.com'

  section 'Users' do
    description 'Users are users of the system.'
  end

  section 'Posts' do
    description 'Posts are blog posts from users.'
  end

  section 'Comments' do
    description 'Comments are made by users on blog posts.'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kanpachi-0.0.7 templates/api/api.rb
kanpachi-0.0.6 templates/api/api.rb
kanpachi-0.0.5 templates/api/api.rb
kanpachi-0.0.4 templates/api/api.rb
kanpachi-0.0.3 templates/api/api.rb
kanpachi-0.0.2 lib/kanpachi/templates/api/api.rb
kanpachi-0.0.1 lib/kanpachi/templates/api/api.rb