GitHubApiStatus 2.0.3
See the version list below for details.
dotnet add package GitHubApiStatus --version 2.0.3
NuGet\Install-Package GitHubApiStatus -Version 2.0.3
<PackageReference Include="GitHubApiStatus" Version="2.0.3" />
paket add GitHubApiStatus --version 2.0.3
#r "nuget: GitHubApiStatus, 2.0.3"
// Install GitHubApiStatus as a Cake Addin
#addin nuget:?package=GitHubApiStatus&version=2.0.3
// Install GitHubApiStatus as a Cake Tool
#tool nuget:?package=GitHubApiStatus&version=2.0.3
GitHub API Rate Limit Status
Calculate the GitHub API Rate Limits for the following GitHub APIs
- REST API
- Seach API
- GraphQL API
- Source Import API
- Code Scanning Upload API
- App Manifest Configuration API
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETStandard 1.3
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.0
- System.Text.Json (>= 4.6.0)
-
.NETStandard 2.1
- System.Text.Json (>= 4.6.0)
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GitHubApiStatus:
Package | Downloads |
---|---|
GitHubApiStatus.Extensions
Extentions for GitHub API Rate Limit Status - Implements Microsoft.Extensions.DependencyInjection - Implements Microsoft.Extensions.Http |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on GitHubApiStatus:
Repository | Stars |
---|---|
brminnick/GitTrends
A iOS and Android app to monitor the Views, Clones and Star history of your GitHub repos
|
Version | Downloads | Last updated |
---|---|---|
2.0.4 | 1,280 | 11/12/2022 |
2.0.3 | 349 | 11/5/2022 |
2.0.2 | 12,871 | 7/23/2021 |
2.0.1 | 5,072 | 2/10/2021 |
2.0.0 | 899 | 1/12/2021 |
2.0.0-pre9 | 391 | 12/3/2020 |
2.0.0-pre8 | 231 | 12/3/2020 |
2.0.0-pre7 | 189 | 11/29/2020 |
2.0.0-pre6 | 321 | 11/28/2020 |
2.0.0-pre5 | 363 | 11/28/2020 |
2.0.0-pre4 | 370 | 11/28/2020 |
2.0.0-pre3 | 202 | 11/26/2020 |
2.0.0-pre2 | 227 | 11/26/2020 |
2.0.0-pre10 | 212 | 1/11/2021 |
2.0.0-pre1 | 206 | 11/24/2020 |
1.0.1 | 550 | 11/2/2020 |
1.0.0 | 343 | 11/2/2020 |
1.0.0-pre4 | 265 | 10/31/2020 |
1.0.0-pre3 | 309 | 10/29/2020 |
1.0.0-pre2 | 224 | 10/29/2020 |
1.0.0-pre1 | 310 | 10/26/2020 |
New In This Release:
- Add `IDisposable` Support to `GitHubApiStatusService`
- Update XML Comments (Intellisense)