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.
We prefer smaller PRs that merge more often.
Haiku-length summary
Create a new service
so results API
has a place to live
Additional details
Draft PR for Create API cmd/app which is a subtask of implement results API #33
The purpose of this PR is to stand up the resultsAPI service. This creates an endpoint that returns dummy JSON data in the format expected and handles the required input parameters.
Still to do:
-- documentation updates to be added (this PR)
-- test coverage (to be added in implement results API #33 )
-- retrieve actual data
PR Checklist: Submitter
N/A
main
into your branch shortly before creating the PR. (You should also be mergingmain
into your branch regularly during development.)PR Checklist: Reviewer
make macup ; make e2e"
(FIXME)The larger the PR, the stricter we should be about these points.