metamaps--metamaps/doc/api/api.raml

45 lines
1.3 KiB
Plaintext
Raw Normal View History

#%RAML 1.0
---
title: Metamaps
2016-10-12 16:22:38 +00:00
version: 2.0
2016-10-04 04:11:58 +00:00
baseUri: https://metamaps.cc/api/v2
mediaType: application/json
protocols: [ HTTPS ]
documentation:
- title: Getting Started
content: !include pages/getting-started.md
securitySchemes:
cookie: !include securitySchemes/cookie.raml
token: !include securitySchemes/token.raml
2016-10-04 04:11:58 +00:00
oauth_2_0: !include securitySchemes/oauth_2_0.raml
securedBy: [ token, oauth_2_0, cookie ]
traits:
2016-10-04 04:11:58 +00:00
pageable: !include traits/pageable.raml
embeddable: !include traits/embeddable.raml
2016-10-04 04:11:58 +00:00
orderable: !include traits/orderable.raml
searchable: !include traits/searchable.raml
schemas:
2016-10-04 04:11:58 +00:00
map: !include schemas/_map.json
mapping: !include schemas/_mapping.json
2016-10-04 14:24:47 +00:00
metacode: !include schemas/_metacode.json
synapse: !include schemas/_synapse.json
2016-10-04 04:11:58 +00:00
token: !include schemas/_token.json
2016-10-04 14:24:47 +00:00
topic: !include schemas/_topic.json
user: !include schemas/_user.json
2016-10-04 04:11:58 +00:00
#resourceTypes:
# base: !include resourceTypes/base.raml
# item: !include resourceTypes/item.raml
# collection: !include resourceTypes/collection.raml
/maps: !include apis/maps.raml
/mappings: !include apis/mappings.raml
2016-10-04 15:43:42 +00:00
/metacodes: !include apis/metacodes.raml
2016-10-04 14:24:47 +00:00
/synapses: !include apis/synapses.raml
/tokens: !include apis/tokens.raml
2016-10-04 14:24:47 +00:00
/topics: !include apis/topics.raml
/users: !include apis/users.raml