Categorygithub.com/ortelius/scec-domain
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 Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Version: 11.0.0

Terms of service

http://swagger.io/terms/

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
CodeDescription
200OK

POST

Summary

Create a Domain

Description

Create a new Domain and persist it

Responses
CodeDescription
200OK

/msapi/domain/:key

GET

Summary

Get a Domain

Description

Get a domain based on the _key or name.

Responses
CodeDescription
200OK

# 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].