Skip to content

Commit f194a57

Browse files
authored
added more alternatives for raml
1 parent 0665023 commit f194a57

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docu/apireference.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Make again a POST call with Content-Type: application/json
107107
}
108108
```
109109

110-
## Document using RAML or API Blueprint
110+
## Document using RAML
111111

112112
RAML spec: https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md
113113
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:
121121
Write it using:
122122
- API Designer: https://github.com/mulesoft/api-designer
123123
- Restlet Studio: https://studio.restlet.com/
124+
125+
Alternatives:
126+
- API Blueprint
127+
- Apiary
128+
- Swagger

0 commit comments

Comments
 (0)