Is it necessary to write a proxy between client and API from scratch or is there some sort of generic proxy that can be used instead?
There is a httputil type that works as a proxy, while letting you selectively augment certain calls more
Is it necessary to write a proxy between client and API from scratch or is there some sort of generic proxy that can be used instead?
There is a httputil type that works as a proxy, while letting you selectively augment certain calls more