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
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,26 @@
1
1
# BigDataCloud NodeJS API Client
2
2
3
3
4
-
A NodeJS client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.net)
4
+
A NodeJS client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com)
5
5
6
6
7
-
## What API services does [BigDataCloud](https://www.bigdatacloud.net) offer?
7
+
## What API services does [BigDataCloud](https://www.bigdatacloud.com) offer?
8
8
9
9
BigDataCloud offers a range of extremely useful and fast APIs that can be utilised in both backend and frontend scenarios.
10
10
From validating customer input live to the next generation of IP Geolocation technology, BigDataCloud has an API suitable to your needs.
11
11
12
-
For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.net/ip-geolocation-apis).
12
+
For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.com/docs).
13
13
14
14
You can access any and all BigDataCloud APIs with a free API Key.
15
-
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.net/customer/account).
15
+
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
16
16
If you are not yet a customer, it is completely free to join.
17
17
18
18
19
19
20
20
## Documentation
21
21
22
22
For documentation specific to this api client, please read below.
23
-
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).
23
+
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).
24
24
25
25
26
26
## Update Notes
@@ -34,7 +34,7 @@ For more specific documentation to the APIs available, including endpoints, requ
34
34
## Authentication / Identification
35
35
36
36
To use this API client you must have a BigDataCloud API Key.
37
-
To get your personal key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.net/customer/account).
37
+
To get your personal key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
38
38
If you are not yet a customer, it is completely free to join.
39
39
40
40
Simply provide this key when initiating the api client, and it will be included in all requests to the BigDataCloud API Server.
@@ -50,10 +50,10 @@ See the example below.
50
50
51
51
## Example usage
52
52
53
-
The below example is found in the included demo.js.
53
+
The below example is found in the included demo.js. It demonstrates the use of our IP geolocation API from [IP Geolocation API Package](https://www.bigdatacloud.com/packages/ip-geolocation).
54
54
55
55
```javascript
56
-
constclient=require('@bigdatacloudapi/client')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.net/customer/account
56
+
constclient=require('@bigdatacloudapi/client')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.com/account
57
57
58
58
/*
59
59
* All api endpoints can be accessed via magic methods in the following camelised format:
@@ -243,4 +243,4 @@ Wrap any synchronous calls in a try/catch handler, and ensure to include the .ca
0 commit comments