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

Better error message when API token is missing #19

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 4, 2023

  1. Better error message when API token is missing

    Get the API token from the `--api-token` command-line option, with the
    option of setting it from the TOGGL_API_TOKEN environment variable
    using the `envvar` feature from Click.
    
    Refs: #14
    zmoog committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e8663b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Pin pydantic < 2 to avoid v2 API breaking change

    Fix to avoid having a broken release. We need to upgrade the app to
    pydantic v2
    zmoog committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3ebc688 View commit details
    Browse the repository at this point in the history