From 84e016a81a397d8b67fb2e649bec5ecef6893ba5 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 20 Jul 2021 09:57:14 +0100 Subject: [PATCH] remove pricing for many apis --- cache/publicapi.json | 9 +-------- db/publicapi.json | 9 +-------- file/publicapi.json | 8 +------- image/publicapi.json | 7 +------ ip/publicapi.json | 5 +---- location/publicapi.json | 7 +------ otp/publicapi.json | 6 +----- rss/publicapi.json | 8 +------- sentiment/publicapi.json | 5 +---- thumbnail/publicapi.json | 5 +---- url/publicapi.json | 7 +------ 11 files changed, 11 insertions(+), 65 deletions(-) diff --git a/cache/publicapi.json b/cache/publicapi.json index b6c8559..11ad5e4 100644 --- a/cache/publicapi.json +++ b/cache/publicapi.json @@ -1,12 +1,5 @@ { "name": "cache", "icon": "πŸ’­", - "category": "storage", - "pricing": { - "Cache.Get": 1, - "Cache.Set": 1, - "Cache.Delete": 1, - "Cache.Increment": 1, - "Cache.Decrement": 1 - } + "category": "storage" } diff --git a/db/publicapi.json b/db/publicapi.json index 0466415..de56c7d 100644 --- a/db/publicapi.json +++ b/db/publicapi.json @@ -1,12 +1,5 @@ { "name": "db", "icon": "πŸ“¦", - "category": "storage", - "pricing": { - "Db.Create": 10, - "Db.Read": 10, - "Db.Update": 10, - "Db.Delete": 10, - "Db.Truncate": 10 - } + "category": "storage" } diff --git a/file/publicapi.json b/file/publicapi.json index b938449..3c2c322 100644 --- a/file/publicapi.json +++ b/file/publicapi.json @@ -1,11 +1,5 @@ { "name": "file", "icon": "πŸ“", - "category": "storage", - "pricing": { - "File.List": 100, - "File.Read": 100, - "File.Save": 100, - "File.Delete": 100 - } + "category": "storage" } diff --git a/image/publicapi.json b/image/publicapi.json index ab1cf0f..30c5779 100644 --- a/image/publicapi.json +++ b/image/publicapi.json @@ -1,10 +1,5 @@ { "name": "image", "icon": "πŸ–ΌοΈ", - "category": "web", - "pricing": { - "Image.Convert": 10000, - "Image.Resize": 10000, - "Image.Upload": 10000 - } + "category": "web" } diff --git a/ip/publicapi.json b/ip/publicapi.json index 440faa1..9ed6dc2 100644 --- a/ip/publicapi.json +++ b/ip/publicapi.json @@ -1,8 +1,5 @@ { "name": "ip", "icon": "πŸ—ΊοΈ", - "category": "location", - "pricing": { - "Ip.Lookup": 100 - } + "category": "location" } diff --git a/location/publicapi.json b/location/publicapi.json index 679a7a3..1d4973d 100644 --- a/location/publicapi.json +++ b/location/publicapi.json @@ -1,10 +1,5 @@ { "name": "location", "icon": "πŸ›°οΈ", - "category": "logistics", - "pricing": { - "Location.Read": 100, - "Location.Save": 100, - "Location.Search": 100 - } + "category": "logistics" } diff --git a/otp/publicapi.json b/otp/publicapi.json index 4efab7a..12c12b4 100644 --- a/otp/publicapi.json +++ b/otp/publicapi.json @@ -1,9 +1,5 @@ { "name": "otp", "icon": "πŸ”‘", - "category": "user", - "pricing": { - "Otp.Generate": 100, - "Otp.Validate": 100 - } + "category": "user" } diff --git a/rss/publicapi.json b/rss/publicapi.json index 57bbc62..db435ea 100644 --- a/rss/publicapi.json +++ b/rss/publicapi.json @@ -1,11 +1,5 @@ { "name": "rss", "icon": "πŸ“°", - "category": "web", - "pricing": { - "Rss.Add": 10000, - "Rss.Feed": 100, - "Rss.Delete": 100, - "Rss.List": 100 - } + "category": "web" } diff --git a/sentiment/publicapi.json b/sentiment/publicapi.json index 9e3317a..6e6cef1 100644 --- a/sentiment/publicapi.json +++ b/sentiment/publicapi.json @@ -1,8 +1,5 @@ { "name": "sentiment", "icon": "πŸ€”", - "category": "web", - "pricing": { - "Sentiment.Analyze": 100 - } + "category": "web" } diff --git a/thumbnail/publicapi.json b/thumbnail/publicapi.json index 10ffbe7..970352c 100644 --- a/thumbnail/publicapi.json +++ b/thumbnail/publicapi.json @@ -1,8 +1,5 @@ { "name": "thumbnail", "icon": "πŸ“Έ", - "category": "web", - "pricing": { - "Thumbnail.Screenshot": 10000 - } + "category": "web" } diff --git a/url/publicapi.json b/url/publicapi.json index 89e4477..030e270 100644 --- a/url/publicapi.json +++ b/url/publicapi.json @@ -1,10 +1,5 @@ { "name": "url", "icon": "πŸ”—", - "category": "web", - "pricing": { - "Url.List": 100, - "Url.Proxy": 100, - "Url.Shorten": 100 - } + "category": "web" }