pksunkara / alpaca

Given a web API, Generate client libraries in node, php, python, ruby
Mozilla Public License 2.0
2.45k stars 89 forks source link

Format: RESTful API Modeling Language (RAML) #54

Open matrixik opened 9 years ago

matrixik commented 9 years ago

Hello,

Another format for API description that also can be used as source for code generation: RESTful API Modeling Language (RAML) http://raml.org/

RAML parser in Go: https://github.com/go-raml/raml/

Go package that based on schema can generate RAML files and Go client: https://github.com/alecthomas/rapid

Best regards, Dobrosław Żybort