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

34 lines
883 B
Plaintext
Raw Normal View History

#%RAML 1.0
---
title: Metamaps
version: v2
2016-10-04 04:11:58 +00:00
baseUri: https://metamaps.cc/api/v2
mediaType: application/json
securitySchemes:
2016-10-04 04:11:58 +00:00
oauth_2_0: !include securitySchemes/oauth_2_0.raml
securedBy: [ oauth_2_0 ]
traits:
2016-10-04 04:11:58 +00:00
pageable: !include traits/pageable.raml
orderable: !include traits/orderable.raml
searchable: !include traits/searchable.raml
schemas:
2016-10-04 04:11:58 +00:00
topic: !include schemas/_topic.json
synapse: !include schemas/_synapse.json
map: !include schemas/_map.json
mapping: !include schemas/_mapping.json
token: !include schemas/_token.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
/topics: !include apis/topics.raml
/synapses: !include apis/synapses.raml
/maps: !include apis/maps.raml
/mappings: !include apis/mappings.raml
/tokens: !include apis/tokens.raml