DbgCensus.Rest 3.9.0

dotnet add package DbgCensus.Rest --version 3.9.0
NuGet\Install-Package DbgCensus.Rest -Version 3.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DbgCensus.Rest" Version="3.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbgCensus.Rest --version 3.9.0
#r "nuget: DbgCensus.Rest, 3.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DbgCensus.Rest as a Cake Addin
#addin nuget:?package=DbgCensus.Rest&version=3.9.0

// Install DbgCensus.Rest as a Cake Tool
#tool nuget:?package=DbgCensus.Rest&version=3.9.0

DbgCensus

DbgCensus is a C# wrapper for Daybreak Game Company's Census API. It was built with PlanetSide 2's endpoints in mind, but should work across all namespaces.

This package is unofficial and is not affiliated with Daybreak Games Company in any way.

Nuget | DbgCensus.Core - Core data types and utilities.
Nuget | DbgCensus.Rest - Services for interacting with the query endpoints.
Nuget | DbgCensus.EventStream - Base services for interacting with the event streaming API.
Nuget | DbgCensus.EventStream.EventHandlers - An abstraction of DbgCensus.EventStream providing an asynchronous and decoupled event handling model.

Features

  • Fluent query building API.
  • Event dispatch/handling system and built-in event stream types.
  • Fully asynchronous.
  • Built around the Microsoft.Extensions framework.
  • Targeting .NET 6.0.

Visit the GitHub repository page for more documentation.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.9.0 89 4/16/2024
3.8.0 216 11/15/2023
3.7.1 166 7/11/2023
3.7.0 195 4/1/2023
3.6.0 202 4/1/2023
3.5.0 216 3/11/2023
3.4.0 234 3/9/2023
3.3.0 266 2/3/2023
3.2.0 359 10/6/2022
3.1.0 402 9/8/2022
3.0.5 410 8/6/2022
3.0.4 423 6/16/2022
3.0.3 420 6/8/2022
3.0.2 438 4/22/2022
3.0.1 412 3/22/2022
3.0.0 430 3/16/2022
2.2.3 428 3/11/2022
2.2.2 406 3/11/2022
2.2.1 424 3/10/2022
2.2.0 428 3/9/2022
2.1.0 436 3/8/2022
2.0.0 429 3/7/2022
1.2.1 455 2/3/2022
1.2.0 269 1/1/2022
1.1.1 2,288 11/25/2021
1.1.0 2,269 11/25/2021
1.0.6 300 11/22/2021
1.0.5 586 11/20/2021
1.0.4 316 10/15/2021
1.0.3 360 9/24/2021
1.0.2 307 9/16/2021
1.0.1 350 9/5/2021
1.0.0 322 8/19/2021
1.0.0-beta.10 192 7/17/2021
1.0.0-beta.9 169 7/16/2021
1.0.0-beta.8 264 7/11/2021
1.0.0-beta.7 247 7/10/2021
1.0.0-beta.6 178 7/10/2021
1.0.0-beta.5 171 7/1/2021
1.0.0-beta.4 171 7/1/2021
1.0.0-beta.3 198 6/15/2021
1.0.0-beta.2 183 6/14/2021
1.0.0-beta.1 226 6/2/2021

See CHANGELOG.md for release notes.