summaryrefslogtreecommitdiff
path: root/libeufin
AgeCommit message (Collapse)Author
2022-05-19account deletionms
move API from Access to Demobank.
2022-05-19euFin tutorialms
how to specify default exchange and hook Nginx to the Sandbox.
2022-05-18fix option namems
2022-05-10formatms
2022-05-10sandbox: registrations policyms
2022-05-04request balance via CLIms
2022-05-04Sandbox tutorial.ms
Section about the default demobank.
2022-02-26capitalize Nexus (seven instances)Thien-Thi Nguyen
2022-02-25comment munging; nfcThien-Thi Nguyen
2022-02-25add commentThien-Thi Nguyen
2022-02-24omit trailing slash in LOCALHOST:PORT URLsThien-Thi Nguyen
2022-02-24mention commands to check ‘libeufin-cli connections new-ebics-connection’Thien-Thi Nguyen
2022-02-24expand note preceding ‘libeufin-cli connections new-ebics-connection’Thien-Thi Nguyen
2022-02-23remove redundant "note that"Thien-Thi Nguyen
2022-02-22add missing "be"Thien-Thi Nguyen
2022-02-22mention relationship between LIBEUFIN_SANDBOX_URL and EBICS_BASE_URLThien-Thi Nguyen
2022-02-22fix typo: s/cli-sandbox/libeufin-cli sandbox/Thien-Thi Nguyen
2022-02-22add missing ‘.. code-block:: console’Thien-Thi Nguyen
2022-02-21Rewrite "configuring the sandbox" sectionThien-Thi Nguyen
This is based on helpful feedback and hints from MS. (But any mistakes are mine.)
2022-01-26add output of ‘libeufin-cli sandbox bankaccount transactions testacct01’ ↵Thien-Thi Nguyen
to code-block
2022-01-26add note: "person name" discarded; "Bank account owner's name" used insteadThien-Thi Nguyen
2022-01-21remove ‘--currency’ option from ‘sandbox ebicsbankaccount create’ ↵Thien-Thi Nguyen
command in example (It's not a valid option. Perhaps that option used to be valid?)
2022-01-21add ‘sandbox ebicssubscriber list’ invocation and output to exampleThien-Thi Nguyen
2022-01-21add ‘sandbox ebicshost list’ invocation and output to exampleThien-Thi Nguyen
2022-01-21use ‘export’ for LIBEUFIN_SANDBOX_ADMIN_PASSWORDThien-Thi Nguyen
2022-01-21expand "following environment variables" sentenceThien-Thi Nguyen
2022-01-21drop ‘--no-auth’; explain usage w/ various env varsThien-Thi Nguyen
2022-01-21update sample output of ‘libeufin-cli sandbox check’Thien-Thi Nguyen
2022-01-21include ‘--no-auth’ in ‘sandbox serve’ invocationThien-Thi Nguyen
Also, explain why it's there.
2022-01-21clarify sentenceThien-Thi Nguyen
2022-01-19link to iso20022.orgThien-Thi Nguyen
2022-01-19fix grammar: s/may/have/Thien-Thi Nguyen
2022-01-06use ‘.. note::’ syntax (two instances)Thien-Thi Nguyen
2021-12-09fix typo: add blank lineThien-Thi Nguyen
2021-12-08wordingms
2021-12-08taler-local: int deployment instructionsms
2021-11-29-fix typosChristian Grothoff
2021-11-29fix grammar: s/a/an/Thien-Thi Nguyen
2021-11-29fix typoThien-Thi Nguyen
2021-11-29use backslash-space to separate `` text from trailing (but attached) word ↵Thien-Thi Nguyen
fragment
2021-11-29fix typoThien-Thi Nguyen
2021-11-29fix warning: use double-quote instead of `Thien-Thi Nguyen
2021-11-29fix warning: use `` instead of ` as markupThien-Thi Nguyen
2021-11-29fix warning: change title markup from hyphen to caretThien-Thi Nguyen
2021-11-29fix formatting w/ ‘BankAccountInfoWithBalance’Thien-Thi Nguyen
2021-11-29fix warning: add blank line after "definition list"Thien-Thi Nguyen
2021-11-03Sandbox API.ms
Allow Ebics subscriber creation by giving only the bank account label in the request. This allows to first create a bank account, and create a subscriber at a later moment and if needed.
2021-10-14Sandbox API.ms
Elaborating on the resources.
2021-10-13Sandbox API.ms
Drafting endpoints for future versions.
2021-10-13Sandbox API.ms
Define one section per resource being provided, and move the existing endpoints under their respective section.