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

Setup http4s server #2

Merged
merged 13 commits into from
Jul 8, 2024
Merged

Setup http4s server #2

merged 13 commits into from
Jul 8, 2024

Commits on May 31, 2024

  1. Add http4s server

    TomJKing committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b612430 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    11a8092 View commit details
    Browse the repository at this point in the history
  2. Add logging

    TomJKing committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a38a384 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    c208f35 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge remote-tracking branch 'origin/main' into setup-http4s-server

    # Conflicts:
    #	src/main/scala/Main.scala
    TomJKing committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dab2b20 View commit details
    Browse the repository at this point in the history
  2. Add specific 'api' package

    TomJKing committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6e553af View commit details
    Browse the repository at this point in the history
  3. Run scala fmt

    TomJKing committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4691cc1 View commit details
    Browse the repository at this point in the history
  4. Add configuration

    TomJKing committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c24e8e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Use config for api port

    TomJKing committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    30fee43 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Add token authenticator

    TomJKing committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d0fc93a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    da74c32 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Pull request feedback

    TomJKing committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d30638b View commit details
    Browse the repository at this point in the history
  2. Fix error message syntax

    TomJKing committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ba5d3e5 View commit details
    Browse the repository at this point in the history