|
|
|
|
|
by Mandatum
3535 days ago
|
|
The biggest risk I see with using your API vs implementing a native API is the native API's are unlikely to shutdown in the next few years. It seems very risky from my perspective to use a third-party API which may go down leaving me to switch to native API when its library is no longer updated, totally defeating it's intended purpose. Do you plan to open source the code if your company shuts down? (from asimuvPR when Brightwork.io tried to do the same thing, but ultimately ended up pivoting) 1) What APIs has your team built before that qualifies them to build this? 2) How will you manage changes, bugs, and obscure documentation issues in the APIs that will be made available through you? .. 4) What language will the API be written in? 5) Regarding API access security: How will you handle access to multiple APIs for the same client when each API requires a different set of tokens? |
|
1) What APIs has your team built before that qualifies them to build this?
Our team has been in the API business for 4 years now with a lot of different projects and products.
2) How will you manage changes, bugs, and obscure documentation issues in the APIs that will be made available through you?
We have a system called API Change Management. Every connected API is monitored for changes. Once something happens or is announced we update our SDKs and put that information back in the system. Afterwards the system checks all SDKs which are implemented by customers and which integrations they use and automatically notify affected ones by email and via our portal. .. 4) What language will the API be written in?
Currently we support Node.js, Android, Java and iOS (Swift & Objective-C)
5) Regarding API access security: How will you handle access to multiple APIs for the same client when each API requires a different set of tokens?
We let customers use their own API credentials which they get directly from the providers.