We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6769595 commit 9702302Copy full SHA for 9702302
BunqSdk/Http/ApiClient.cs
@@ -17,10 +17,12 @@ namespace Bunq.Sdk.Http
17
public class ApiClient
18
{
19
20
+ /// <summary>
21
+ /// Endpoints not requiring active session for the request to succeed.
22
+ /// </summary>
23
private const string DEVICE_SERVER_URL = "device-server";
24
private const string INSTALLATION_URL = "installation";
25
private const string SESSION_SERVER_URL = "session-server";
-
26
private static readonly string[] URIS_NOT_REQUIRING_ACTIVE_SESSION = new string[]
27
28
DEVICE_SERVER_URL,
0 commit comments