modulepackage
0.0.0-20241212063123-12ddef59616b
Repository: https://github.com/ortelius/scec-domain.git
Documentation: pkg.go.dev
# README
Ortelius v11 Domain Microservice
RestAPI for the Domain Object
Version: 11.0.0
Terms of service
Contact information: Ortelius Google Group [email protected]
License: Apache 2.0
/msapi/domain
GET
Summary
Get a List of Domains
Description
Get a list of domains for the user.
Responses
Code | Description |
---|---|
200 | OK |
POST
Summary
Create a Domain
Description
Create a new Domain and persist it
Responses
Code | Description |
---|---|
200 | OK |
/msapi/domain/:key
GET
Summary
Get a Domain
Description
Get a domain based on the _key or name.
Responses
Code | Description |
---|---|
200 | OK |
# Packages
No description provided by the author
# Functions
GetDomain godoc @Summary Get a Domain @Description Get a domain based on the _key or name.
GetDomains godoc @Summary Get a List of Domains @Description Get a list of domains for the user.
NewDomain godoc @Summary Create a Domain @Description Create a new Domain and persist it @Tags domain @Accept application/json @Produce json @Success 200 @Router /msapi/domain [post].