remove pricing for many apis

This commit is contained in:
Asim Aslam
2021-07-20 09:57:14 +01:00
parent a417f52e98
commit 84e016a81a
11 changed files with 11 additions and 65 deletions

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -1,11 +1,5 @@
{
"name": "file",
"icon": "📁",
"category": "storage",
"pricing": {
"File.List": 100,
"File.Read": 100,
"File.Save": 100,
"File.Delete": 100
}
"category": "storage"
}

View File

@@ -1,10 +1,5 @@
{
"name": "image",
"icon": "🖼️",
"category": "web",
"pricing": {
"Image.Convert": 10000,
"Image.Resize": 10000,
"Image.Upload": 10000
}
"category": "web"
}

View File

@@ -1,8 +1,5 @@
{
"name": "ip",
"icon": "🗺️",
"category": "location",
"pricing": {
"Ip.Lookup": 100
}
"category": "location"
}

View File

@@ -1,10 +1,5 @@
{
"name": "location",
"icon": "🛰️",
"category": "logistics",
"pricing": {
"Location.Read": 100,
"Location.Save": 100,
"Location.Search": 100
}
"category": "logistics"
}

View File

@@ -1,9 +1,5 @@
{
"name": "otp",
"icon": "🔑",
"category": "user",
"pricing": {
"Otp.Generate": 100,
"Otp.Validate": 100
}
"category": "user"
}

View File

@@ -1,11 +1,5 @@
{
"name": "rss",
"icon": "📰",
"category": "web",
"pricing": {
"Rss.Add": 10000,
"Rss.Feed": 100,
"Rss.Delete": 100,
"Rss.List": 100
}
"category": "web"
}

View File

@@ -1,8 +1,5 @@
{
"name": "sentiment",
"icon": "🤔",
"category": "web",
"pricing": {
"Sentiment.Analyze": 100
}
"category": "web"
}

View File

@@ -1,8 +1,5 @@
{
"name": "thumbnail",
"icon": "📸",
"category": "web",
"pricing": {
"Thumbnail.Screenshot": 10000
}
"category": "web"
}

View File

@@ -1,10 +1,5 @@
{
"name": "url",
"icon": "🔗",
"category": "web",
"pricing": {
"Url.List": 100,
"Url.Proxy": 100,
"Url.Shorten": 100
}
"category": "web"
}