Skip to content
Snippets Groups Projects
Commit 8d89ee60 authored by Vincent Texier's avatar Vincent Texier
Browse files

Modify endpoint with explicit subscriptions path

parent ea46dea6
Branches
No related tags found
1 merge request!3WIP: RFC 3 : GraphQL API for Duniter Client
......@@ -366,15 +366,11 @@ The GraphQL API is added on the server as a Duniter module.
### ENDPOINTS format
The endpoints format is the same as the BMA api:
The endpoint format needs one path for the HTTP requests (queries and mutations) and one path for the websocket channel (subscriptions).
The typical endpoint string is:
GVA [DNS] [IPv4] [IPv6] [PORT]
The SSL endpoint string is:
GVAS [DNS] [IPv4] [IPv6] [PORT] [PATH]
GVA|GVAS [DNS | IPv4 | IPv6] [PORT] [PATH] [SUBSCRIPTIONS_PATH]
## API GraphQL Schema
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment