From 58074aa3ab525fb52bdcef65c23a7ba8c05de050 Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Sun, 22 Jul 2018 15:34:05 +0000 Subject: [PATCH] Add GVA endpoints --- rfc/0003 RFC GraphQL API for Duniter Clients.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rfc/0003 RFC GraphQL API for Duniter Clients.md b/rfc/0003 RFC GraphQL API for Duniter Clients.md index a175754..61c1be7 100644 --- a/rfc/0003 RFC GraphQL API for Duniter Clients.md +++ b/rfc/0003 RFC GraphQL API for Duniter Clients.md @@ -364,5 +364,18 @@ So we don't need another database software dependency. The module will create another Sqlite3 file `gva_documents.db` to keep things well separated. +### ENDPOINTS format + +The endpoints format is the same as the BMA api: + +The typical endpoint string is: + + GVA [DNS] [IPv4] [IPv6] [PORT] + +The SSL endpoint string is: + + GVAS [DNS] [IPv4] [IPv6] [PORT] [PATH] + + --- End of the document. -- GitLab