Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FalconEyeSolutions/FlipPayWebClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: FalconEyeSolutions/FlipPayWebClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 4, 2023

  1. Refactor: Optimize FlipPayWebClient structure

    - Implement centralized error handling for cleaner and more consistent error logs.
    - Refactor methods to use generic HTTP operations, reducing code duplication.
    - Enhance response handling with stronger typing and standard patterns.
    Chizaruu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    07c3172 View commit details
    Browse the repository at this point in the history
  2. Enhance: Add ConfigureAwait(false) to async calls

    This helps avoid deadlocks
    Chizaruu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    166b8e8 View commit details
    Browse the repository at this point in the history
  3. Enhance: Implement IFlipPayWebClient and better handling

    - Rolled out IFlipPayWebClient interface to keep our API client in check.
    - Threw in FlipPayConfig for easier and neater API settings management.
    - Tweaked HttpClient so it won't run without setting its BaseAddress first.
    - Added constructor for programs that don't use dependency injection
    Chizaruu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f222f7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from FalconEyeSolutions/feature/flip-pay-client…

    …-optimizations
    
    Version 1.1.0
    Chizaruu authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    05e2f7e View commit details
    Browse the repository at this point in the history
Loading