summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-wallet.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index ede006ad..0889224e 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -433,8 +433,6 @@ List Exchanges
:Name: ``"listExchanges"``
:Description:
List all exchanges.
-:CLI:
- ``taler-wallet-cli exchanges list``
:Response:
.. ts:def:: ExchangesListResponse
@@ -456,8 +454,6 @@ Add Exchange
:Name: ``"addExchange"``
:Description:
Add an exchange.
-:CLI:
- ``taler-wallet-cli exchanges add $URL``
:Request:
.. ts:def:: ExchangeAddRequest
@@ -475,8 +471,6 @@ Get Terms of Service
:Description:
Get the exchange's current ToS and which version of the ToS (if any)
the user has accepted.
-:CLI:
- ``taler-wallet-cli exchanges tos $URL``
:Request:
.. ts:def:: ExchangeGetTosRequest
@@ -504,8 +498,6 @@ Set Accepted Terms of Service Version
:Name: ``"setExchangeTosAccepted"``
:Description:
Store that the user has accepted a version of the exchange's ToS.
-:CLI:
- ``taler-wallet-cli exchanges accept-tos $URL $ETAG``
:Request:
.. ts:def:: ExchangeSetTosAccepted
@@ -546,8 +538,6 @@ Withdraw balance from test environment
:Name: ``"withdrawTestkudos"``
:Description:
Withdraw a balance from the test environment.
-:CLI:
- ``taler-wallet-cli testing withdraw -a "TESTKUDOS:10" -e "https://exchange.test.taler.net/" -b "https://bank.test.taler.net"``
:Request:
The request parameters are ignored.
:Response:
@@ -586,8 +576,6 @@ Get Withdrawal Details
:Description:
Get information about fees and exchange for a withdrawal of a given amount.
Can be used for both bank-integrated and manual withdrawals.
-:CLI:
- ``taler-wallet-cli advanced manual-withdrawal-details $URL $AMOUNT``
:Request:
.. ts:def:: WithdrawalDetailsRequest
@@ -636,8 +624,6 @@ Accept Manual Withdrawal
:Name: ``"acceptManualWithdrawal"``
:Description:
Accept a manual withdrawal, where the user has to transfer funds manually.
-:CLI:
- ``taler-wallet-cli advanced withdraw-manually --exchange $EXCHANGE --amount $AMOUNT``
:Request:
.. ts:def:: AcceptManualWithdrawalRequest
@@ -670,8 +656,6 @@ Confirm Payment
:Name: ``"confirmPay"``
:Description:
Confirm making a payment.
-:CLI:
- ``taler-wallet-cli advanced pay-confirm $proposalId [ --session-id=$sessionId ]``
:Request:
.. ts:def:: GetManualWithdrawalDetailsRequest