forked from eXigentCoder/swagger-spec-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.yml
37 lines (37 loc) · 969 Bytes
/
documentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
toc:
- name: Table of Contents
description: |
- Core:
- [Initialise](#initialise)
- [Swaggerise](#swaggerise)
- [Describe](#describe)
- [Compile](#compile)
- [Validate](#validate)
- [Json](#json)
- Adding common items:
- [Add Tag](#addtag)
- [Add Header Parameter](#addheaderparameter)
- [Add Body Parameter](#addbodyparameter)
- [Add Query Parameter](#addqueryparameter)
- [Add Form Data Parameter](#addformdataparameter)
- [Add Path Parameter](#addpathparameter)
- [Add Response](#addresponse)
- [Add Response Header](#addresponseheader)
- [Add Model](#addmodel)
- [Add Common Item Options](#addcommonitemoptions)
- initialise
- swaggerise
- describe
- compile
- validate
- json
- addTag
- addHeaderParameter
- addBodyParameter
- addQueryParameter
- addFormDataParameter
- addPathParameter
- addResponse
- addResponseHeader
- addModel
- AddCommonItemOptions