|
|
|
|
|
by levirosol
4456 days ago
|
|
Reading the docs, I understand it to be a proxy for your APIs. You setup a service for api.somedomain.com, and then you change that URL in your app to be someprefix.apitools.com. Being a developer who heavily utilizes internal and external APIs, I like the idea of a tool like this, however, I'm really hesitant to run all calls through a single 3rd party. Especially one this green. The next question I have is, what about auth? It seems like it could get really messy / insecure using something like this. Seems like a great project to open source and to run on your own hardware. |
|
Another concern of mine is that now you're running all calls to an API through yet another service, increasing latency on potentially frequently-called methods.
It's certainly not for all API calls.