From 5f6914013ddb7e074d9cbaa170b9e895c43f2081 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 19 May 2020 18:43:52 +0530 Subject: libeufin docs --- libeufin/api-nexus.rst | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index a4cc9ac7..88ddde3d 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -292,11 +292,34 @@ to the real bank. the requesting user. -.. http:post:: {nexusBase}/bank-connections +.. http:get:: {nexusBase}/bank-connections List available bank connections. +.. http:get:: {nexusBase}/bank-connections/{connid} + + Get information about one bank connection. + + .. ts:def:: BankConnectionInfo + + interface BankConnectionInfo { + name: string; + + connectionType: string; + + ready: boolean; + + // Did the user review the bank's keys? + bankKeysReviewed: boolean; + } + + +.. http:post:: {nexusBase}/bank-connections/{connid}/connect + + Initialize the connection by talking to the bank. + + EBICS-specific APIs ------------------- -- cgit v1.2.3