tk_
tk_

Reputation: 17418

Sample RAMLs available online

I would like to know if there are any publicly available APIs documented with RAML.

I have these 2 which are working fine:

https://raw.githubusercontent.com/raml-org/raml-tutorial-200/step8/jukebox-api.raml

http://api-portal.anypoint.mulesoft.com/onpositive/api/gmail-raml-api/gmail.raml

These 3 are not working for some reason:

http://api.apihub.com/onpositive/api/espn-raml-api/espn.raml >> stackoverflow question

http://api-portal.anypoint.mulesoft.com/github/api/github-api-v3/github-api-v3.raml

http://api-portal.anypoint.mulesoft.com/instagram/api/instagram-api/instagram-api.raml

Can someone help me?

Upvotes: 2

Views: 8295

Answers (2)

christian.vogel
christian.vogel

Reputation: 2147

There are also some valid RAMLs here https://github.com/mulesoft/api-console/tree/master/dist/examples

Upvotes: 1

Related Questions