From a9c0863ca3b752d5e848ea7cc4653c93e9ff3e48 Mon Sep 17 00:00:00 2001 From: satznova Date: Sun, 14 Jul 2019 18:29:48 +0530 Subject: [PATCH] gitlab api used to check username existence --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 0dd7bffb..0e739bf6 100644 --- a/data.json +++ b/data.json @@ -430,11 +430,12 @@ "username_unclaimed": "noonewouldeverusethis7" }, "GitLab": { - "errorMsg": "You need to sign in or sign up before continuing.", + "errorMsg": "[]", "errorType": "message", "rank": 1874, "url": "https://gitlab.com/{}", "urlMain": "https://gitlab.com/", + "urlProbe": "https://gitlab.com/api/v4/users?username={}", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" },