index.raml 207 B

12345678910
  1. #%RAML 1.0
  2. title: SEEC-II-API
  3. version: 0.4.5
  4. baseUri: http://dev.seecii.cn
  5. mediaType: application/json
  6. types:
  7. !include types/index.raml
  8. traits:
  9. !include traits/index.raml
  10. /api: !include routes/index.raml