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

# Packages

No description provided by the author

# 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