taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5c078ea2eac5d1b1989f2f6b899998429cad2da8
parent 26003a906880384d5c6e63f85d3d26aafe33a405
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 14 Nov 2019 19:30:38 +0100

simplify sync spec

Diffstat:
Mcore/api-sync.rst | 24------------------------
1 file changed, 0 insertions(+), 24 deletions(-)

diff --git a/core/api-sync.rst b/core/api-sync.rst @@ -118,36 +118,12 @@ Receiving Terms of Service // maximum wallet database backup size supported storage_limit_in_megabytes: number; - // maximum number of sync requests per day (per account) - daily_sync_limit: number; - - // how long after an account (or device) becomes dormant does the - // service expire the respective records? - inactive_expiration: RelativeTime; - // Fee for an account, per year. annual_fee: Amount; } -.. http:get:: /salt - - Obtain the salt used by the storage service. - - - **Response:** - - Returns a `SaltResponse`. - - .. ts:def:: SaltResponse - - interface SaltResponse { - // salt value, at least 128 bits of entropy - salt: string; - } - - .. _sync: .. http:get:: /$WALLET-KEY