All URIs are relative to https://api.domeneshop.no/v0
Method | HTTP request | Description |
---|---|---|
DomainsDomainIdGet | Get /domains/{domainId} | Find domain by ID |
GetDomains | Get /domains | List domains |
Domain DomainsDomainIdGet(ctx, domainId)
Find domain by ID
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
domainId | int32 | ID of the domain |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Domain GetDomains(ctx, optional)
List domains
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *GetDomainsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetDomainsOpts struct
Name | Type | Description | Notes |
---|---|---|---|
domain | optional.String | Only return domains whose `domain` field includes this string |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]