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

Chore: refactors and modernization #74

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2024

  1. chore: Modernize codebase

    - Remove `typing.Optional` use.
    - Remove default argument of `"utf-8"` from `.encode` call.
    gbdlin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ece9d30 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. chore: Improve rate limiting tests

    - Added tests that check rate limit being applied and triggered.
    gbdlin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c8c67a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. chore: Improve auth tests

    Expanded tests for making sure endpoints for decky are not behind auth.
    gbdlin committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    37b3b6a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. refactor: Divide endpoints into separate files

    Split endpoints into separate files, grouped by functionality.
    gbdlin committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c3bc177 View commit details
    Browse the repository at this point in the history
  2. chore: Bump all dependencies.

    Bump all dependencies
    gbdlin committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    62cec9d View commit details
    Browse the repository at this point in the history