|
1 | 1 | # BigDataCloud PHP API Client
|
2 | 2 |
|
3 | 3 |
|
4 |
| -A PHP client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.net) |
| 4 | +A PHP client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com) |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| -## What API services does [BigDataCloud](https://www.bigdatacloud.net) offer? |
| 8 | +## What API services does [BigDataCloud](https://www.bigdatacloud.com) offer? |
9 | 9 |
|
10 | 10 | BigDataCloud offers a range of extremely useful and fast APIs that can be utilised in both backend and frontend scenarios.
|
11 | 11 | From validating customer input live to the next generation of IP Geolocation technology, BigDataCloud has an API suitable to your needs.
|
12 | 12 |
|
13 |
| -For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.net/ip-geolocation-apis). |
| 13 | +For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.com/docs). |
14 | 14 |
|
15 | 15 | You can access any and all BigDataCloud APIs with a free API Key.
|
16 |
| -To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.net/customer/account). |
| 16 | +To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account). |
17 | 17 | If you are not yet a customer, it is completely free to join.
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 | ## Documentation
|
22 | 22 |
|
23 | 23 | For documentation specific to this api client, please read below.
|
24 |
| -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). |
| 24 | +For more specific documentation to the APIs available, including endpoints, request and response data, please visit our [documentation area](https://www.bigdatacloud.com/docs). |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 | ## Authentication / Identification
|
29 | 29 |
|
30 | 30 | To use this API client you must have a BigDataCloud API Key.
|
31 |
| -To get your personal key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.net/customer/account). |
| 31 | +To get your personal key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account). |
32 | 32 | If you are not yet a customer, it is completely free to join.
|
33 | 33 |
|
34 | 34 | Simply provide this key when initiating the php api client, and it will be included in all requests to the BigDataCloud API Server.
|
|
0 commit comments