VincentAce
Hey folks!
I’d like to get started with the Bunq API, using it to make a better version of the app for iPad and a small alp that allows me to see my balance on the Apple Watch.
I’d like to do so in Swift, Apple’s programming language, however I don’t see any packages for it on https://www.bunq.com/developer
Now I was thinking of setting up an API application in Laravel so that I can use the PHP package, but that would essentially mean managing to sides of the api. For a call to the Bunq API from the app I would first be making a call to my own API and from there I’d be making the call to Bunq in PHP.
This seems like a lot of unrequired effort, which brings me here! Have any of you worked with the API in Swift and do you have a better solution than mine? I’d love yo hear your thoughts!