Skip to content

Commit

Permalink
Merge pull request #414 from nofrixion/MOOV-3585-Api-Client-For-Tribe…
Browse files Browse the repository at this point in the history
…-Load-And-Unload

Added api client for tribe load and unload endpoints
  • Loading branch information
sauravmaiti22 authored Sep 16, 2024
2 parents 8302866 + 7adc180 commit 7b467cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NoFrixion.MoneyMoov/Constants/HttpClientConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public static class HttpClientConstants
public static string HTTP_BANKINGCIRCLE_AUTHORISATION_CLIENT_NAME = "BankingCircleAuthorisationClient";

public static string HTTP_BANKINGCIRCLE_DIRECTDEBIT_API_CLIENT_NAME = "BankingCircleDirectDebitApiClient";

public static string HTTP_TRIBE_CLIENT_NAME = "TribeClient";

/// <summary>
/// The minimum value the timeout for the HTTP client timeout can be set to. The HTTP client
Expand Down

0 comments on commit 7b467cf

Please sign in to comment.