repositorypackage
0.0.0-20241212061959-0dd636a08dda
Repository: https://github.com/ortelius/scec-textfile.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Ortelius v11 Textfile Microservice
Version 11.0.0
RestAPI for the Readme, License and Swagger objects. Only for new objects. Retrieval will be done directly against the db by other microservices.
Path Table
Method | Path | Description |
---|---|---|
POST | /msapi/license | Create a License |
POST | /msapi/swagger | Create a Swagger |
POST | /msapi/textfile | Create a Textfile |
Reference Table
Name | Path | Description |
---|
Path Details
[POST]/msapi/license
-
Summary
Create a License -
Description
Create a new License and persist it
Responses
- 200 OK
[POST]/msapi/swagger
-
Summary
Create a Swagger -
Description
Create a new Swagger and persist it
Responses
- 200 OK
[POST]/msapi/textfile
-
Summary
Create a Textfile -
Description
Create a new Textfile and persist it
Responses
- 200 OK