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
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
This repository contains a compact, asynchronous .Net Standard 2.0 wrapper around the [SpeedRunsLive](http://speedrunslive.com) API. The client is available via [NuGet](https://www.nuget.org/packages/SRLApiClient).
5
+
This repository contains a compact, asynchronous .Net Standard 2.1 wrapper around the [SpeedRunsLive](http://speedrunslive.com) API. The client is available via [NuGet](https://www.nuget.org/packages/SRLApiClient).
6
6
7
7
```bash
8
8
#.Net
@@ -27,7 +27,7 @@ The client supports synchronous and asynchronous GET requests on the following e
27
27
28
28
Authentication via HTTP is supported to update user profiles. POST/PUT requests on other endpoints are not possible, since users are missing the required privileges.
29
29
30
-
The client also supports a user defined number of HTTP clients. Requests are parallelized automatically. Using a pool size of > 10 is not recommended.
30
+
The client also supports a user defined number of HTTP clients. Using a pool size of > 10 is not recommended.
31
31
32
32
<palign="center">
33
33
<imgsrc="https://i.imgur.com/PwlkNML.png" />
@@ -37,7 +37,7 @@ The client also supports a user defined number of HTTP clients. Requests are par
37
37
38
38
## Requirements
39
39
40
-
The SRL API Client supports any platform that implements [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support).
40
+
The SRL API Client supports any platform that implements [.NET Standard 2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support).
41
41
42
42
### Dependencies
43
43
@@ -54,8 +54,8 @@ You can visit [srlclient.zint.ch](https://srlclient.zint.ch) for the autogenerat
54
54
## License
55
55
56
56
```
57
-
SRLApiClient - A .NET Standard 2.0 wrapper around the SpeedRunsLive API
58
-
Copyright (C) 2018-2019 Matteias Collet
57
+
SRLApiClient - A .NET Standard wrapper around the SpeedRunsLive API
58
+
Copyright (C) 2018-2020 Matteias Collet
59
59
60
60
This program is free software: you can redistribute it and/or modify
61
61
it under the terms of the GNU Affero General Public License as published
0 commit comments