mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
remove pricing for many apis
This commit is contained in:
9
cache/publicapi.json
vendored
9
cache/publicapi.json
vendored
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
{
|
||||
"name": "file",
|
||||
"icon": "📁",
|
||||
"category": "storage",
|
||||
"pricing": {
|
||||
"File.List": 100,
|
||||
"File.Read": 100,
|
||||
"File.Save": 100,
|
||||
"File.Delete": 100
|
||||
}
|
||||
"category": "storage"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"name": "image",
|
||||
"icon": "🖼️",
|
||||
"category": "web",
|
||||
"pricing": {
|
||||
"Image.Convert": 10000,
|
||||
"Image.Resize": 10000,
|
||||
"Image.Upload": 10000
|
||||
}
|
||||
"category": "web"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"name": "ip",
|
||||
"icon": "🗺️",
|
||||
"category": "location",
|
||||
"pricing": {
|
||||
"Ip.Lookup": 100
|
||||
}
|
||||
"category": "location"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"name": "location",
|
||||
"icon": "🛰️",
|
||||
"category": "logistics",
|
||||
"pricing": {
|
||||
"Location.Read": 100,
|
||||
"Location.Save": 100,
|
||||
"Location.Search": 100
|
||||
}
|
||||
"category": "logistics"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"name": "otp",
|
||||
"icon": "🔑",
|
||||
"category": "user",
|
||||
"pricing": {
|
||||
"Otp.Generate": 100,
|
||||
"Otp.Validate": 100
|
||||
}
|
||||
"category": "user"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
{
|
||||
"name": "rss",
|
||||
"icon": "📰",
|
||||
"category": "web",
|
||||
"pricing": {
|
||||
"Rss.Add": 10000,
|
||||
"Rss.Feed": 100,
|
||||
"Rss.Delete": 100,
|
||||
"Rss.List": 100
|
||||
}
|
||||
"category": "web"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"name": "sentiment",
|
||||
"icon": "🤔",
|
||||
"category": "web",
|
||||
"pricing": {
|
||||
"Sentiment.Analyze": 100
|
||||
}
|
||||
"category": "web"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"name": "thumbnail",
|
||||
"icon": "📸",
|
||||
"category": "web",
|
||||
"pricing": {
|
||||
"Thumbnail.Screenshot": 10000
|
||||
}
|
||||
"category": "web"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"name": "url",
|
||||
"icon": "🔗",
|
||||
"category": "web",
|
||||
"pricing": {
|
||||
"Url.List": 100,
|
||||
"Url.Proxy": 100,
|
||||
"Url.Shorten": 100
|
||||
}
|
||||
"category": "web"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user