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