Categorygithub.com/ortelius/scec-appver
repositorypackage
0.0.0-20241212061825-2ba82a842d90
Repository: https://github.com/ortelius/scec-appver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Ortelius v11 ApplicationVersion Microservice

Version 11.0.0

RestAPI for the ApplicationVersion Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

MethodPathDescription
GET/msapi/appverGet a List of ApplicationVersion
POST/msapi/appverCreate a ApplicationVersion
GET/msapi/appver/:keyGet a ApplicationVersion

Reference Table

NamePathDescription

Path Details


[GET]/msapi/appver

  • Summary
    Get a List of ApplicationVersion

  • Description
    Get a list of ApplicationVersion for the user.

Responses

  • 200 OK

[POST]/msapi/appver

  • Summary
    Create a ApplicationVersion

  • Description
    Create a new ApplicationVersion and persist it

Responses

  • 200 OK

[GET]/msapi/appver/:key

  • Summary
    Get a ApplicationVersion

  • Description
    Get a ApplicationVersionbased on the _key or name.

Responses

  • 200 OK

References