You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
# BigDataCloud Javascript API Client
2
2
3
3
4
-
A frontend Javascript client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.net)
4
+
A frontend Javascript client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com)
5
5
This client works in plain Vanilla Javascript and also adds easy access if jQuery is available.
6
6
7
7
8
8
9
-
## What API services does [BigDataCloud](https://www.bigdatacloud.net) offer?
9
+
## What API services does [BigDataCloud](https://www.bigdatacloud.com) offer?
10
10
11
11
BigDataCloud offers a range of extremely useful and fast APIs that can be utilised in both backend and frontend scenarios.
12
12
From validating customer input live to the next generation of IP Geolocation technology, BigDataCloud has an API suitable to your needs.
13
13
14
-
For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.net/ip-geolocation-apis).
14
+
For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.com/docs).
15
15
16
16
You can access any and all BigDataCloud APIs with a free API Key.
17
-
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.net/customer/account).
17
+
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
18
18
If you are not yet a customer, it is completely free to join.
19
19
20
20
21
21
22
22
## Documentation
23
23
24
24
For documentation specific to this api client, please read below.
25
-
For more specific documentation to the APIs available, including endpoints, request and response data, please visit our [documentation area](https://www.bigdatacloud.net/ip-geolocation-apis).
25
+
For more specific documentation to the APIs available, including endpoints, request and response data, please visit our [documentation area](https://www.bigdatacloud.com/docs/ip-geolocation).
26
26
27
27
28
28
@@ -37,7 +37,7 @@ Please see the example below for how to set the API language.
37
37
## Authentication / Identification
38
38
39
39
To use this API client you must have a BigDataCloud API Key.
40
-
To get your personal key, please access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.net/customer/account).
40
+
To get your personal key, please access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
41
41
If you are not yet a customer, it is completely free to join.
42
42
43
43
Provide this key when initiating the api client, and it will be included in all requests to the BigDataCloud API Server.
0 commit comments