Skip to content

Commit 9702302

Browse files
author
Kevin Hellemun
committed
Added some constants documentation #33.
1 parent 6769595 commit 9702302

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BunqSdk/Http/ApiClient.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ namespace Bunq.Sdk.Http
1717
public class ApiClient
1818
{
1919

20+
/// <summary>
21+
/// Endpoints not requiring active session for the request to succeed.
22+
/// </summary>
2023
private const string DEVICE_SERVER_URL = "device-server";
2124
private const string INSTALLATION_URL = "installation";
2225
private const string SESSION_SERVER_URL = "session-server";
23-
2426
private static readonly string[] URIS_NOT_REQUIRING_ACTIVE_SESSION = new string[]
2527
{
2628
DEVICE_SERVER_URL,

0 commit comments

Comments
 (0)