From 137b0f99af434084e3bbf0cfd4dfaad530607105 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 14 Jan 2022 00:33:36 +0500 Subject: [PATCH] add 8base support --- src/technologies/_.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/technologies/_.json b/src/technologies/_.json index dfadb447e..0cd078260 100644 --- a/src/technologies/_.json +++ b/src/technologies/_.json @@ -116,6 +116,20 @@ "scriptSrc": "4tellcdn\\.azureedge\\.net", "website": "https://4-tell.com" }, + "8base": { + "cats": [ + 3, 62 + ], + "description": "8base is a Backend-as-a-Service. It lets front-end developers focus more on what they love and backend developers expedite their workflow", + "icon": "8base-logo.png", + "pricing": [ + "low", "freemium", "recurring", "" + ], + "saas": true, + "requires": ["GraphQL"], + "website": "https://8base.com", + "xhr": "api\\.8base\\.com" + }, "@sulu/web": { "cats": [ 59 @@ -126,4 +140,4 @@ }, "website": "https://github.com/sulu/web-js" } -} \ No newline at end of file +}