Skip to content
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

Update CLI for checks endpoint #105

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

luka-wernig
Copy link
Contributor

Add all checks endpoints for use with the CLI.
CLI is linted but unable to conform to an "incompatible types" error, as Typer doesn't support Iterable[...], Mapping[...]. The CLI calls work, but cannot be fully and properly linted yet due to this.

Add all checks endpoints for use with the CLI.
CLI is linted but unable to conform to an "incompatible types" error,
as Typer doesn't support Iterable[...], Mapping[...].
The CLI calls work, but cannot be fully and properly linted yet due to
this.
@luka-wernig luka-wernig added the enhancement New feature or request label Sep 7, 2023
@luka-wernig luka-wernig self-assigned this Sep 7, 2023
@luka-wernig luka-wernig linked an issue Sep 7, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CLI to call API
1 participant