We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now that marathon has a machine-readable api spec, we should be able to autogenerate this library:
https://github.com/mesosphere/marathon/tree/7590fb22f0a39c8cdd037c8bdab8efef98608c50/docs/docs/rest-api/public/api/v2
https://www.npmjs.com/package/raml-python
Woot?
The text was updated successfully, but these errors were encountered:
Well I experimented with this a bit. The results are.... a bit disappointing: http://pastebin.com/uyeNLtGb
cc @jnb @Rob-Johnson @EvanKrall
In the words of the generated client lib, OMG WE SUCK indeed.
OMG WE SUCK
Sorry, something went wrong.
It looks like RAML -> python is a bit immature....
But! What if we convert RAML -> Swagger and then generate a library!?!
I've got some experimental code up here: https://github.com/solarkennedy/marathon-python-generated
I'm not sure I've I'm using this right. I can make an API client and do calls, but they all return None for some reason....
None
I'm going to close this for now. It was a cool experiment but the tooling is too immature for now.
No branches or pull requests
Now that marathon has a machine-readable api spec, we should be able to autogenerate this library:
https://github.com/mesosphere/marathon/tree/7590fb22f0a39c8cdd037c8bdab8efef98608c50/docs/docs/rest-api/public/api/v2
https://www.npmjs.com/package/raml-python
Woot?
The text was updated successfully, but these errors were encountered: