-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs: Added gateway API http end-point info #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice to have !
I guess it lacks everything that's not HTTP request, but maybe it's due for another PR? (or maybe it's slightly less urgent, as that's not directly exposed to end users)
Mostly minor typos except for reencryption where I believe there are a couple mistakes ?
Also, should it say what's the default port of the http server (and where to change it ?)
@titouantanguy there is only one other access point, which is decryption. It stems from the fhevm (connector on their side) which I have a hard time to follow. I add a separate issue for this here |
Added detailed information about the HTTP endpoints on the gateway.
This closes #1314 as there are not really any direct gRPC end-points. Other requests are instead handled by a connector.