Comment on Show HN: Given an API, Generate client libraries in Node, Python, PHP, RubyComments−bashtian12yI did something similar for Go and Java. It's simpler if you don't need the whole API, but of course not as powerful. https://github.com/bashtian/jsonutils
Comments
I did something similar for Go and Java. It's simpler if you don't need the whole API, but of course not as powerful. https://github.com/bashtian/jsonutils