-
Notifications
You must be signed in to change notification settings - Fork 9
Create read-imms-api
CLI tool
#4481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
41822d6
to
82e2e1f
Compare
8403cd4
to
78ec135
Compare
3fc347d
to
336b5b8
Compare
thomasleese
reviewed
Sep 3, 2025
336b5b8
to
7e8d4e1
Compare
thomasleese
approved these changes
Sep 4, 2025
7e8d4e1
to
b0caa62
Compare
d0be928
to
cc3d4a1
Compare
7577ff0
to
88da89a
Compare
cc3d4a1
to
89f7d4d
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
89f7d4d
to
5b1f2eb
Compare
1c22205
to
68bcbd4
Compare
5b1f2eb
to
2397803
Compare
68bcbd4
to
f8d71e8
Compare
2397803
to
b858f83
Compare
f8d71e8
to
ac36d45
Compare
8af58a5
to
1b843d1
Compare
ac36d45
to
f754138
Compare
065bc6e
to
f7ec997
Compare
1b843d1
to
c8dc35e
Compare
f7ec997
to
77a8d05
Compare
c8dc35e
to
51294d9
Compare
This is a feature which will `read` a vaccination record in the Imms API, and either print out the resulting JSON, or save it to a file. It is possible to either search for an existing `VaccinationRecord` by ID, or by an Imms API ID
51294d9
to
873fe5b
Compare
77a8d05
to
9d3957f
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a CLI tool which will
read
a vaccination record in the Imms API, and either print out the resulting JSON, or save it to a fileMAV-1838