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
Path Table
Method | Path | Description |
---|---|---|
GET | /msapi/appver | Get a List of ApplicationVersion |
POST | /msapi/appver | Create a ApplicationVersion |
GET | /msapi/appver/:key | Get a ApplicationVersion |
Reference Table
Name | Path | Description |
---|
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