update prices for new granularity (#173)

This commit is contained in:
Dominic Wong
2021-06-25 11:41:55 +01:00
committed by GitHub
parent 0cc6f20a54
commit f3b9c491d4
22 changed files with 64 additions and 64 deletions

10
cache/publicapi.json vendored
View File

@@ -3,10 +3,10 @@
"icon": "💭",
"category": "storage",
"pricing": {
"Cache.Get": 1,
"Cache.Set": 1,
"Cache.Delete": 1,
"Cache.Increment": 1,
"Cache.Decrement": 1
"Cache.Get": 100,
"Cache.Set": 100,
"Cache.Delete": 100,
"Cache.Increment": 100,
"Cache.Decrement": 100
}
}

View File

@@ -3,9 +3,9 @@
"icon": "₿",
"category": "money",
"pricing": {
"Crypto.News": 10,
"Crypto.Price": 20,
"Crypto.Quote": 20,
"Crypto.History": 35
"Crypto.News": 1000,
"Crypto.Price": 2000,
"Crypto.Quote": 2000,
"Crypto.History": 3500
}
}

View File

@@ -3,8 +3,8 @@
"icon": "💱",
"category": "money",
"pricing": {
"Currency.Rates": 100,
"Currency.Convert": 100,
"Currency.History": 150
"Currency.Rates": 10000,
"Currency.Convert": 10000,
"Currency.History": 15000
}
}

View File

@@ -3,10 +3,10 @@
"icon": "📦",
"category": "storage",
"pricing": {
"Db.Create": 1,
"Db.Read": 1,
"Db.Update": 1,
"Db.Delete": 1,
"Db.Truncate": 1
"Db.Create": 100,
"Db.Read": 100,
"Db.Update": 100,
"Db.Delete": 100,
"Db.Truncate": 100
}
}

View File

@@ -3,6 +3,6 @@
"icon": "😀",
"category": "web",
"pricing": {
"Emoji.Send": 100
"Emoji.Send": 10000
}
}

View File

@@ -3,9 +3,9 @@
"icon": "📁",
"category": "storage",
"pricing": {
"File.List": 1,
"File.Read": 1,
"File.Save": 1,
"File.Delete": 1
"File.List": 100,
"File.Read": 100,
"File.Save": 100,
"File.Delete": 100
}
}

View File

@@ -3,8 +3,8 @@
"icon": "💲",
"category": "money",
"pricing": {
"Forex.Price": 20,
"Forex.Quote": 20,
"Forex.History": 35
"Forex.Price": 2000,
"Forex.Quote": 2000,
"Forex.History": 3500
}
}

View File

@@ -3,7 +3,7 @@
"icon": "🏠",
"category": "logistics",
"pricing": {
"Geocoding.Lookup": 100,
"Geocoding.Reverse": 100
"Geocoding.Lookup": 10000,
"Geocoding.Reverse": 10000
}
}

View File

@@ -3,6 +3,6 @@
"icon": "🆔",
"category": "util",
"pricing": {
"Id.Generate": 1
"Id.Generate": 100
}
}

View File

@@ -3,8 +3,8 @@
"icon": "🖼️",
"category": "web",
"pricing": {
"Image.Convert": 100,
"Image.Resize": 100,
"Image.Upload": 100
"Image.Convert": 10000,
"Image.Resize": 10000,
"Image.Upload": 10000
}
}

View File

@@ -3,6 +3,6 @@
"icon": "🗺️",
"category": "location",
"pricing": {
"Ip.Lookup": 1
"Ip.Lookup": 100
}
}

View File

@@ -3,8 +3,8 @@
"icon": "🛰️",
"category": "logistics",
"pricing": {
"Location.Read": 1,
"Location.Save": 1,
"Location.Search": 1
"Location.Read": 100,
"Location.Save": 100,
"Location.Search": 100
}
}

View File

@@ -3,7 +3,7 @@
"icon": "🔑",
"category": "user",
"pricing": {
"Otp.Generate": 1,
"Otp.Validate": 1
"Otp.Generate": 100,
"Otp.Validate": 100
}
}

View File

@@ -3,8 +3,8 @@
"icon": "🧭",
"category": "logistics",
"pricing": {
"Routing.Route": 10,
"Routing.Eta": 10,
"Routing.Directions": 10
"Routing.Route": 1000,
"Routing.Eta": 1000,
"Routing.Directions": 1000
}
}

View File

@@ -3,9 +3,9 @@
"icon": "📰",
"category": "web",
"pricing": {
"Rss.Add": 100,
"Rss.Feed": 1,
"Rss.Delete": 1,
"Rss.List": 1
"Rss.Add": 10000,
"Rss.Feed": 100,
"Rss.Delete": 100,
"Rss.List": 100
}
}

View File

@@ -3,6 +3,6 @@
"icon": "🤔",
"category": "web",
"pricing": {
"Sentiment.Analyze": 1
"Sentiment.Analyze": 100
}
}

View File

@@ -3,8 +3,8 @@
"icon": "📈",
"category": "money",
"pricing": {
"Stock.Price": 20,
"Stock.Quote": 20,
"Stock.History": 35
"Stock.Price": 2000,
"Stock.Quote": 2000,
"Stock.History": 3500
}
}

View File

@@ -3,6 +3,6 @@
"icon": "📸",
"category": "web",
"pricing": {
"Thumbnail.Screenshot": 100
"Thumbnail.Screenshot": 10000
}
}

View File

@@ -3,7 +3,7 @@
"icon": "🌐",
"category": "timezone",
"pricing": {
"Time.Now": 1,
"Time.Zone": 5
"Time.Now": 100,
"Time.Zone": 500
}
}

View File

@@ -3,8 +3,8 @@
"icon": "🔗",
"category": "web",
"pricing": {
"Url.List": 1,
"Url.Proxy": 1,
"Url.Shorten": 1
"Url.List": 100,
"Url.Proxy": 100,
"Url.Shorten": 100
}
}

View File

@@ -3,13 +3,13 @@
"icon": "👤",
"category": "user",
"pricing": {
"User.Create": 1,
"User.Read": 1,
"User.Update": 1,
"User.Delete": 1,
"User.UpdatePassword": 1,
"User.Login": 1,
"User.Logout": 1,
"User.ReadSession": 1
"User.Create": 100,
"User.Read": 100,
"User.Update": 100,
"User.Delete": 100,
"User.UpdatePassword": 100,
"User.Login": 100,
"User.Logout": 100,
"User.ReadSession": 100
}
}

View File

@@ -3,7 +3,7 @@
"icon": "☀️",
"category": "climate",
"pricing": {
"Weather.Now": 1,
"Weather.Forecast": 2
"Weather.Now": 100,
"Weather.Forecast": 200
}
}