You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've got "request", and we've got "web hook". A really cool feature would be "gateway".
Some APIs, like Stripe, have fantastic developer tooling. Every request I send to Stripe's API gets logged, and I can inspect the data coming in and going out, and I can share a request ID with their support team really easily.
Not all APIs are as good as Stripe's, but with an API Gateway, it could be.
Instead of sending your application's requests to the vendor's endpoint, send it to horsey's gateway instead, which will relay it on. Then you can inspect the request and response, logged like Stripe does, but for crappy APIs that don't offer logging!
An additional feature could be to handle weird/complex authentication, so your application can use a simple key when authenticating to horse.
The text was updated successfully, but these errors were encountered:
We've got "request", and we've got "web hook". A really cool feature would be "gateway".
Some APIs, like Stripe, have fantastic developer tooling. Every request I send to Stripe's API gets logged, and I can inspect the data coming in and going out, and I can share a request ID with their support team really easily.
Not all APIs are as good as Stripe's, but with an API Gateway, it could be.
Instead of sending your application's requests to the vendor's endpoint, send it to horsey's gateway instead, which will relay it on. Then you can inspect the request and response, logged like Stripe does, but for crappy APIs that don't offer logging!
An additional feature could be to handle weird/complex authentication, so your application can use a simple key when authenticating to horse.
The text was updated successfully, but these errors were encountered: