Firstly thank you Monzonauts for exposing great APIs for us to play with!
When building applications on top of these APIs however it’s not very convenient and sustainable to just call HTTP endpoints straight from the app. Most folks will want to build an abstraction layer, so called SDK, which wraps HTTP calls, error handling, rate limiting etc.
There’s obviously already a number of SDKs out there for different languages crafted by kind fellow community members but I’m wondering if Monzo themselves plan to get involved in this business and begin to maintain at least some SDKs themselves.
Given that Monzo is mostly Go shop I would love to see github.com/monzo/go-monzo being actively maintained, so that developers can rely on that.
Is that somewhere on the roadmap?