Thought it’d cool to keep a list of community supported api wrappers here.
Tito Costa came to the second hackathon and wrote a client library in python. I’ve extracted the client library from his hackathon project and adopted it to my github repo.
Sweet - I was just working on adding all the API methods to mondo-node (I just pushed it this afternoon so I could push the experiments I was building with it), but I’m not particularly excited by the idea of maintaining an API client (I just wanted one to exist); happy to delete mine and use yours.
No archives for that mailing list yet (we haven’t actually used it!). We’ll probably post API changes in this forum as well as to the list but the API is still very much a work in progress and is not yet stable!
I’ve started a list of useful Monzo developer resources - client libraries, presentations, apps, blog posts etc. Please send me a message (or better yet, a pull request) if you see anything missing!
I tried to play around with the Python wrapper, but since my account doesn’t come with any username or password, it’s essentially broken for me. I forked it out and rewrote it almost from scratch: gabalese/mondo-python. Feel free to fork, comment, etc.