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

Allow .NET Library to send encrypted payloads to the /sync and /async Cloud Terminal API endpoints #1060

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

Commits on Sep 10, 2024

  1. start creating mock

    DjoykeAbyah committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d598112 View commit details
    Browse the repository at this point in the history
  2. fix Rider

    DjoykeAbyah committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    037a6d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Added support for sending terminal-api requests to /sync and /async e…

    …ndpoints
    
    Split CloudTerminalApi into a /sync and /async service, to avoid confusion with the '-Async` (csharp) suffix for asynchronous functions.
    Kwok-he-Chu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6639204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e331d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d53ca0 View commit details
    Browse the repository at this point in the history
  4. Renames

    Kwok-he-Chu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e3b9de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526eb31 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Allow client to send synchronous requests

    Allow client to send encrypted synchronous requests
    Kwok-he-Chu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a104b12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e0303 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    8664bc5 View commit details
    Browse the repository at this point in the history
  2. Add constructor injection

    kwokhe committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e677eb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Added documentation for unencrypted request sending using the localte…

    …rminalapi
    kwokhe committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    994ee24 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Assert by casting payment response instead of checking for null

    Tests no longer fail silently
    kwokhe committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    248de2e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kwokhe committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f8c48b9 View commit details
    Browse the repository at this point in the history