Use example.com instead of service.com
service.com is a real domain name, and could potentially have a real API on api.service.com example.com is specifically reserved by IANA and thus will never have an API on it. It is designated to be used in scenarios like this. See RFC 2606 for more information.
This commit is contained in:
parent
cb4e03077f
commit
20e0fac85b
|
|
@ -48,7 +48,7 @@ You can pass a `version=x` to the Accept request header. [Info here](https://git
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -is https://$TOKEN@api.service.com/
|
curl -is https://$TOKEN@api.example.com/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue