本文主要是介绍RAML概述,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
RAML(RESTful API Modeling Language)是一个采用YAML格式定义的API建模语言。
2016.7发布最新版本1.0.1
RAML在Github上有一组项目,组成如下:
- raml-spec
- raml-examples
- api-modeling-framework
- raml-definition-system
- raml-typesystem
RAML类型系统的TypeScript实现。
能够解析、验证、修改RAML定义中的类型;能够将RAML定义中的类型存储到JSON模式中。
- raml-tck, Test Compatibility Kit
- raml-annotations
- ramldt2jsonschema
- raml-tutorial-200
- raml-org
- raml-java-parser
- raml-java-parser-2,过时了
- raml-js-parser-2
- raml-js-parser,过时了
- raml-docs,过时了
- raml-language-server
- raml-dotnet-parser-2
- raml-dotnet-parser,过时了
- raml-parser-toolbelt
参考链接:
官网http://raml.org
项目库https://github.com/raml-org
这篇关于RAML概述的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!