Sha256: 0d769439197588b83bec93c7a723f1b93bc1674c1ec5585c3b7d8f7ad5196b46
Contents?: true
Size: 584 Bytes
Versions: 14
Compression:
Stored size: 584 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: schema: | { "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a list of authors", "type": "object", "properties": { "data": { "type": "number" } } }
Version data entries
14 entries across 14 versions & 1 rubygems