mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +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",
|
"name": "cache",
|
||||||
"icon": "💭",
|
"icon": "💭",
|
||||||
"category": "storage",
|
"category": "storage"
|
||||||
"pricing": {
|
|
||||||
"Cache.Get": 1,
|
|
||||||
"Cache.Set": 1,
|
|
||||||
"Cache.Delete": 1,
|
|
||||||
"Cache.Increment": 1,
|
|
||||||
"Cache.Decrement": 1
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "db",
|
"name": "db",
|
||||||
"icon": "📦",
|
"icon": "📦",
|
||||||
"category": "storage",
|
"category": "storage"
|
||||||
"pricing": {
|
|
||||||
"Db.Create": 10,
|
|
||||||
"Db.Read": 10,
|
|
||||||
"Db.Update": 10,
|
|
||||||
"Db.Delete": 10,
|
|
||||||
"Db.Truncate": 10
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "file",
|
"name": "file",
|
||||||
"icon": "📁",
|
"icon": "📁",
|
||||||
"category": "storage",
|
"category": "storage"
|
||||||
"pricing": {
|
|
||||||
"File.List": 100,
|
|
||||||
"File.Read": 100,
|
|
||||||
"File.Save": 100,
|
|
||||||
"File.Delete": 100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "image",
|
"name": "image",
|
||||||
"icon": "🖼️",
|
"icon": "🖼️",
|
||||||
"category": "web",
|
"category": "web"
|
||||||
"pricing": {
|
|
||||||
"Image.Convert": 10000,
|
|
||||||
"Image.Resize": 10000,
|
|
||||||
"Image.Upload": 10000
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ip",
|
"name": "ip",
|
||||||
"icon": "🗺️",
|
"icon": "🗺️",
|
||||||
"category": "location",
|
"category": "location"
|
||||||
"pricing": {
|
|
||||||
"Ip.Lookup": 100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "location",
|
"name": "location",
|
||||||
"icon": "🛰️",
|
"icon": "🛰️",
|
||||||
"category": "logistics",
|
"category": "logistics"
|
||||||
"pricing": {
|
|
||||||
"Location.Read": 100,
|
|
||||||
"Location.Save": 100,
|
|
||||||
"Location.Search": 100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "otp",
|
"name": "otp",
|
||||||
"icon": "🔑",
|
"icon": "🔑",
|
||||||
"category": "user",
|
"category": "user"
|
||||||
"pricing": {
|
|
||||||
"Otp.Generate": 100,
|
|
||||||
"Otp.Validate": 100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "rss",
|
"name": "rss",
|
||||||
"icon": "📰",
|
"icon": "📰",
|
||||||
"category": "web",
|
"category": "web"
|
||||||
"pricing": {
|
|
||||||
"Rss.Add": 10000,
|
|
||||||
"Rss.Feed": 100,
|
|
||||||
"Rss.Delete": 100,
|
|
||||||
"Rss.List": 100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "sentiment",
|
"name": "sentiment",
|
||||||
"icon": "🤔",
|
"icon": "🤔",
|
||||||
"category": "web",
|
"category": "web"
|
||||||
"pricing": {
|
|
||||||
"Sentiment.Analyze": 100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "thumbnail",
|
"name": "thumbnail",
|
||||||
"icon": "📸",
|
"icon": "📸",
|
||||||
"category": "web",
|
"category": "web"
|
||||||
"pricing": {
|
|
||||||
"Thumbnail.Screenshot": 10000
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "url",
|
"name": "url",
|
||||||
"icon": "🔗",
|
"icon": "🔗",
|
||||||
"category": "web",
|
"category": "web"
|
||||||
"pricing": {
|
|
||||||
"Url.List": 100,
|
|
||||||
"Url.Proxy": 100,
|
|
||||||
"Url.Shorten": 100
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user