From 702fda826923271da41f37f995bd4d034a5dfadb Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 8 Jun 2021 09:47:44 +0100 Subject: [PATCH] adjust pricing --- cache/publicapi.json | 10 +++++----- db/publicapi.json | 8 ++++---- file/proto/file.proto | 2 +- file/publicapi.json | 8 ++++---- ip/publicapi.json | 2 +- location/publicapi.json | 4 ++-- otp/publicapi.json | 4 ++-- rss/publicapi.json | 6 +++--- sentiment/publicapi.json | 2 +- url/publicapi.json | 6 +++--- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/cache/publicapi.json b/cache/publicapi.json index 99ee9a8..b6c8559 100644 --- a/cache/publicapi.json +++ b/cache/publicapi.json @@ -3,10 +3,10 @@ "icon": "πŸ’­", "category": "storage", "pricing": { - "Cache.Get": 100, - "Cache.Set": 100, - "Cache.Delete": 100, - "Cache.Increment": 100, - "Cache.Decrement": 100 + "Cache.Get": 1, + "Cache.Set": 1, + "Cache.Delete": 1, + "Cache.Increment": 1, + "Cache.Decrement": 1 } } diff --git a/db/publicapi.json b/db/publicapi.json index 4bc49db..b7a7c4e 100644 --- a/db/publicapi.json +++ b/db/publicapi.json @@ -3,9 +3,9 @@ "icon": "πŸ“¦", "category": "storage", "pricing": { - "Db.Create": 100, - "Db.Read": 100, - "Db.Update": 100, - "Db.Delete": 100 + "Db.Create": 1, + "Db.Read": 1, + "Db.Update": 1, + "Db.Delete": 1 } } diff --git a/file/proto/file.proto b/file/proto/file.proto index 5e8ff93..b44b37a 100644 --- a/file/proto/file.proto +++ b/file/proto/file.proto @@ -23,7 +23,7 @@ message Record { string created = 4; // Time the file was updated e.g 2021-05-20T13:37:21Z string updated = 5; - // Any other associated metadata + // Any other associated metadata as a map of key-value pairs map metadata = 6; } diff --git a/file/publicapi.json b/file/publicapi.json index b938449..a1aca80 100644 --- a/file/publicapi.json +++ b/file/publicapi.json @@ -3,9 +3,9 @@ "icon": "πŸ“", "category": "storage", "pricing": { - "File.List": 100, - "File.Read": 100, - "File.Save": 100, - "File.Delete": 100 + "File.List": 1, + "File.Read": 1, + "File.Save": 1, + "File.Delete": 1 } } diff --git a/ip/publicapi.json b/ip/publicapi.json index 440faa1..5f6f86b 100644 --- a/ip/publicapi.json +++ b/ip/publicapi.json @@ -3,6 +3,6 @@ "icon": "πŸ—ΊοΈ", "category": "location", "pricing": { - "Ip.Lookup": 100 + "Ip.Lookup": 1 } } diff --git a/location/publicapi.json b/location/publicapi.json index 574cf3f..c68e960 100644 --- a/location/publicapi.json +++ b/location/publicapi.json @@ -4,7 +4,7 @@ "category": "logistics", "pricing": { "Location.Read": 1, - "Location.Save": 10, - "Location.Search": 100 + "Location.Save": 1, + "Location.Search": 1 } } diff --git a/otp/publicapi.json b/otp/publicapi.json index 4efab7a..f01c138 100644 --- a/otp/publicapi.json +++ b/otp/publicapi.json @@ -3,7 +3,7 @@ "icon": "πŸ”‘", "category": "user", "pricing": { - "Otp.Generate": 100, - "Otp.Validate": 100 + "Otp.Generate": 1, + "Otp.Validate": 1 } } diff --git a/rss/publicapi.json b/rss/publicapi.json index 60dc948..26c1e56 100644 --- a/rss/publicapi.json +++ b/rss/publicapi.json @@ -4,8 +4,8 @@ "category": "web", "pricing": { "Rss.Add": 100, - "Rss.Feed": 100, - "Rss.Delete": 100, - "Rss.List": 100 + "Rss.Feed": 1, + "Rss.Delete": 1, + "Rss.List": 1 } } diff --git a/sentiment/publicapi.json b/sentiment/publicapi.json index 9e3317a..75515ba 100644 --- a/sentiment/publicapi.json +++ b/sentiment/publicapi.json @@ -3,6 +3,6 @@ "icon": "πŸ€”", "category": "web", "pricing": { - "Sentiment.Analyze": 100 + "Sentiment.Analyze": 1 } } diff --git a/url/publicapi.json b/url/publicapi.json index 89e4477..2aaba00 100644 --- a/url/publicapi.json +++ b/url/publicapi.json @@ -3,8 +3,8 @@ "icon": "πŸ”—", "category": "web", "pricing": { - "Url.List": 100, - "Url.Proxy": 100, - "Url.Shorten": 100 + "Url.List": 1, + "Url.Proxy": 1, + "Url.Shorten": 1 } }