-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try number 2.
- Loading branch information
Showing
24 changed files
with
1,910 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,6 @@ _testmain.go | |
# IDE files | ||
*.iml | ||
.idea/ | ||
|
||
.travis.yml | ||
git_push.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.3.1 | ||
7.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
packageName: qrzlog | ||
withGoCodegenComment: true | ||
globalProperties: | ||
skipFormModel: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.