Add GET contact info endpoint

This commit is contained in:
Maciej Szlosarczyk 2018-07-16 13:32:40 +03:00
parent f965878b42
commit 2e2e5cd08d
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 52 additions and 7 deletions

View file

@ -31,7 +31,7 @@ Content-Type: application/json
{
"domains": [
{
"id": 1,
"uuid": "98d1083a-8863-4153-93e4-caee4a013535",
"name": "domain0.ee",
"registrar_id": 2,
"registered_at": "2015-09-09T09:11:14.861Z",
@ -99,8 +99,3 @@ Content-Type: application/json
"total_number_of_records": 2
}
```
#### Implementation details
This endpoint is practically a copy-paste from similar endpoint used by
registrars.