gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: simplify sync spec


From: gnunet
Subject: [taler-docs] branch master updated: simplify sync spec
Date: Thu, 14 Nov 2019 19:30:50 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 5c078ea  simplify sync spec
5c078ea is described below

commit 5c078ea2eac5d1b1989f2f6b899998429cad2da8
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 14 19:30:38 2019 +0100

    simplify sync spec
---
 core/api-sync.rst | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/core/api-sync.rst b/core/api-sync.rst
index 207124a..6404c9e 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]