We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0665023 commit f194a57Copy full SHA for f194a57
1 file changed
docu/apireference.md
@@ -107,7 +107,7 @@ Make again a POST call with Content-Type: application/json
107
}
108
```
109
110
-## Document using RAML or API Blueprint
+## Document using RAML
111
112
RAML spec: https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md
113
Go to https://github.com/derberg/minerva/blob/master/service/api/api.raml
@@ -121,3 +121,8 @@ Develop with approach **API First** then you get:
121
Write it using:
122
- API Designer: https://github.com/mulesoft/api-designer
123
- Restlet Studio: https://studio.restlet.com/
124
+
125
+Alternatives:
126
+- API Blueprint
127
+- Apiary
128
+- Swagger
0 commit comments