You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebUntisAPI.Client/WebUntisClient.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
usingNewtonsoft.Json;
13
13
usingWebUntisAPI.Client.Exceptions;
14
14
usingSystem.Threading;
15
+
usingSystem.ComponentModel;
15
16
16
17
namespaceWebUntisAPI.Client
17
18
{
@@ -26,7 +27,7 @@ namespace WebUntisAPI.Client
26
27
/// Under no circumstances should 10 req. per sec., more than 1800req. per hr (but in no case more than 3600 req. per hr). If the specifications are exceeded, access to WebUntis is permanently blocked by the WebUntis API.
0 commit comments