cdn icon indicating copy to clipboard operation
cdn copied to clipboard

Swagger/OpenAPI specification for Gorjun

Open akarasulu opened this issue 7 years ago • 2 comments

This is really nice stuff to have to describe the Gorjun REST interface. In fact, we need to do this for all REST interfaces in Subutai. The Gorjun API is small and a great example project to write a spec for. Here's a really nice tutorial to start doing something like this:

https://apihandyman.io/writing-openapi-swagger-specification-tutorial-part-1-introduction/

akarasulu avatar Nov 18 '17 10:11 akarasulu

Use this to generate drivers for Java, Golang, Javascript, and Ruby: https://github.com/Azure/autorest

akarasulu avatar Nov 18 '17 12:11 akarasulu

Please quickly just produce a simple specification with a few of the REST operations for testing. See if we can produce some golang and java library from it using this autorest. Then report back here.

akarasulu avatar Nov 20 '17 09:11 akarasulu