Skip to content

Commit

Permalink
Regenerate OpenAPI Client
Browse files Browse the repository at this point in the history
Try number 2.
  • Loading branch information
xylo04 committed Jan 20, 2025
1 parent e3cd66d commit 6f5f633
Show file tree
Hide file tree
Showing 24 changed files with 1,910 additions and 358 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ _testmain.go
# IDE files
*.iml
.idea/

.travis.yml
git_push.sh
6 changes: 1 addition & 5 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

go.mod
git_push.sh
.gitignore
.travis.yml
client.go
README.md
15 changes: 15 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.travis.yml
api/openapi.yaml
api_default.go
client.go
configuration.go
docs/DefaultAPI.md
docs/Request.md
docs/Response.md
git_push.sh
go.mod
go.sum
model_request.go
model_response.go
response.go
utils.go
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.1
7.10.0
2 changes: 2 additions & 0 deletions api/openapi-config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packageName: qrzlog
withGoCodegenComment: true
globalProperties:
skipFormModel: false
6 changes: 3 additions & 3 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
contact:
email: [email protected]
description:
description: |
This API provides methods for external programs to interact with the QRZ
Logbook using an HTTP REST interface. The QRZ Logbook is a combination free
and paid subscription service of QRZ. Some advanced features require a valid
Expand Down Expand Up @@ -43,7 +43,7 @@ components:
description: A QRZ supplied logbook access key
type: string
ACTION:
description: Type of request, i.e. INSERT, DELETE, UPLOAD, etc.
description: "Type of request, i.e. INSERT, DELETE, UPLOAD, etc."
enum:
- INSERT
- DELETE
Expand All @@ -66,7 +66,7 @@ components:
Response:
properties:
RESULT:
description:
description: |
OK when the operation succeeds, FAIL when the operation failed, AUTH
when API Access lacked sufficient privileges for the operation, or
other action-specific codes
Expand Down
157 changes: 102 additions & 55 deletions api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f5f633

Please sign in to comment.