Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Gateway #1

Open
g105b opened this issue Oct 23, 2023 · 0 comments
Open

Feature: Gateway #1

g105b opened this issue Oct 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@g105b
Copy link
Owner

g105b commented Oct 23, 2023

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.

@g105b g105b added the enhancement New feature or request label Oct 23, 2023
g105b added a commit that referenced this issue Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant