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:
Dan Trickey 2020-06-06 16:50:40 +01:00 committed by GitHub
parent cb4e03077f
commit 20e0fac85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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