QBankApi 0.1.6465.17913
.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package QBankApi --version 0.1.6465.17913
NuGet\Install-Package QBankApi -Version 0.1.6465.17913
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="QBankApi" Version="0.1.6465.17913" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QBankApi --version 0.1.6465.17913
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QBankApi, 0.1.6465.17913"
#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 QBankApi as a Cake Addin
#addin nuget:?package=QBankApi&version=0.1.6465.17913
// Install QBankApi as a Cake Tool
#tool nuget:?package=QBankApi&version=0.1.6465.17913
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A .NET-Wrapper for QBank 3's API. Provides a simple way to communicate with QBank 3 from .NET.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- log4net (>= 2.0.0)
- Newtonsoft.Json (>= 10.0.3)
- RestSharp (>= 105.2.3)
- slf4net (>= 0.1.14.1)
- slf4net.log4net (>= 0.1.32.1)
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 | |
---|---|---|---|
0.1.6520.29950 | 1,117 | 11/8/2017 | |
0.1.6500.25509 | 1,084 | 10/18/2017 | |
0.1.6499.28951 | 935 | 10/17/2017 | |
0.1.6477.20338 | 1,855 | 9/25/2017 | |
0.1.6466.22574 | 1,101 | 9/14/2017 | |
0.1.6465.17913 | 922 | 9/13/2017 | |
0.1.6463.28004 | 1,070 | 9/11/2017 | |
0.1.6451.27509 | 933 | 8/30/2017 | |
0.1.6451.16944 | 1,187 | 8/30/2017 |
Alpha release of QBank API for .NET
* Refactored controllers for extensibility (ewillman)
* Added polymorphic support for models with PropertySets (ewillman)