Open matrixik opened 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
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