Sha256: 12925a9179bb669dbb83daa886660dbdc4ba20a67779567a227a0b2b47d2b75b

Contents?: true

Size: 704 Bytes

Versions: 28

Compression:

Stored size: 704 Bytes

Contents

#%RAML 0.8
---
title: e-BookMobile API
baseUri: http://api.e-bookmobile.com/{version}
version: v1

/authors:
  get:
    description: Retrieve a list of authors
    responses:
      200:
        body:
          application/json:
            example: |
              {
                "data": [
                  {
                    "id": 1,
                    "first_name": "Hermann",
                    "last_name": "Hesse"
                  },
                  {
                    "id": 2,
                    "first_name": "Charles",
                    "last_name": "Dickens"
                  }
                ],
                "success": true,
                "status": 200
              }

Version data entries

28 entries across 14 versions & 1 rubygems

Version Path
rambo_ruby-0.2.2 features/support/foobar.raml
rambo_ruby-0.2.2 features/support/examples/raml/basic_raml_with_example.raml
rambo_ruby-0.2.1 features/support/foobar.raml
rambo_ruby-0.2.1 features/support/examples/raml/basic_raml_with_example.raml
rambo_ruby-0.2.0 features/support/foobar.raml
rambo_ruby-0.2.0 features/support/examples/raml/basic_raml_with_example.raml
rambo_ruby-0.1.0 features/support/foobar.raml
rambo_ruby-0.1.0 features/support/examples/raml/basic_raml_with_example.raml