Categorygithub.com/ortelius/scec-validate-user
modulepackage
0.0.0-20241212060619-a8f96f70de1b
Repository: https://github.com/ortelius/scec-validate-user.git
Documentation: pkg.go.dev

# README

Ortelius v11 Domain Microservice

Version 11.0.0

RestAPI for the Domain Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

MethodPathDescription
GET/msapi/domainGet a List of Domains
POST/msapi/domainCreate a Domain
GET/msapi/domain/:keyGet a Domain

Reference Table

NamePathDescription

Path Details


[GET]/msapi/domain

  • Summary
    Get a List of Domains

  • Description
    Get a list of domains for the user.

Responses

  • 200 OK

[POST]/msapi/domain

  • Summary
    Create a Domain

  • Description
    Create a new Domain and persist it

Responses

  • 200 OK

[GET]/msapi/domain/:key

  • Summary
    Get a Domain

  • Description
    Get a domain based on the _key or name.

Responses

  • 200 OK

References

# Packages

Package docs Code generated by swaggo/swag.

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