Categorygithub.com/ortelius/scec-compver
repositorypackage
0.0.0-20240919002747-6812de520c91
Repository: https://github.com/ortelius/scec-compver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Ortelius v11 ComponentVersion Microservice

Version 11.0.0

RestAPI for the ComponentVersion Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

MethodPathDescription
GET/msapi/compverGet a List of Component Versions
POST/msapi/compverCreate a ComponentVersion
GET/msapi/compver/:keyGet a Component Version

Reference Table

NamePathDescription

Path Details


[GET]/msapi/compver

  • Summary
    Get a List of Component Versions

  • Description
    Get a list of component versions for the user.

Responses

  • 200 OK

[POST]/msapi/compver

  • Summary
    Create a ComponentVersion

  • Description
    Create a new ComponentVersion and persist it

Responses

  • 200 OK

[GET]/msapi/compver/:key

  • Summary
    Get a Component Version

  • Description
    Get a compver details based on the _key or name.

Responses

  • 200 OK

References