Skip to content

Commit

Permalink
Add qso_band
Browse files Browse the repository at this point in the history
Resolves #7. Must've missed that on the first pass, thanks @timhavens!
  • Loading branch information
xylo04 committed Dec 10, 2020
1 parent 7f72940 commit dc01bc2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ paths:
schema:
type: string
style: form
- description: Returns only records whose band matches. Mode must be one of
the allowed bands.
explode: true
in: query
name: qso_band
required: false
schema:
type: string
style: form
- description: Returns only records whose DXCC entity matches. (This implies
qso_qsl="yes" since the DXCC entity of un-QSL'd stations isn't known to
LoTW.) Value must be the ARRL DXCC entity number.
Expand Down
5 changes: 5 additions & 0 deletions api_default.go

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

1 change: 1 addition & 0 deletions docs/DefaultApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Name | Type | Description | Notes
**qsoOwncall** | **optional.String**| Returns only records whose \"own\" call sign matches. |
**qsoCallsign** | **optional.String**| Returns only records whose \"worked\" call sign matches. |
**qsoMode** | **optional.String**| Returns only records whose mode matches. Mode must be one of the allowed modes. |
**qsoBand** | **optional.String**| Returns only records whose band matches. Mode must be one of the allowed bands. |
**qsoDxcc** | **optional.Int32**| Returns only records whose DXCC entity matches. (This implies qso_qsl=\"yes\" since the DXCC entity of un-QSL'd stations isn't known to LoTW.) Value must be the ARRL DXCC entity number. |
**qsoStartdate** | **optional.String**| Returns only records with a QSO date on or after the specified value. |
**qsoStarttime** | **optional.String**| Returns only records with a QSO time at or after the specified value on the starting date. This value is ignored if qso_startdate is not provided. |
Expand Down

1 comment on commit dc01bc2

@timhavens
Copy link

@timhavens timhavens commented on dc01bc2 Dec 10, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.