pksunkara / alpaca

Given a web API, Generate client libraries in node, php, python, ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format: RESTful API Modeling Language (RAML)

matrixik opened this issue · comments

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