WURFL_Microservice_Client.Core
2.0.4
See the version list below for details.
dotnet add package WURFL_Microservice_Client.Core --version 2.0.4
NuGet\Install-Package WURFL_Microservice_Client.Core -Version 2.0.4
<PackageReference Include="WURFL_Microservice_Client.Core" Version="2.0.4" />
paket add WURFL_Microservice_Client.Core --version 2.0.4
#r "nuget: WURFL_Microservice_Client.Core, 2.0.4"
// Install WURFL_Microservice_Client.Core as a Cake Addin #addin nuget:?package=WURFL_Microservice_Client.Core&version=2.0.4 // Install WURFL_Microservice_Client.Core as a Cake Tool #tool nuget:?package=WURFL_Microservice_Client.Core&version=2.0.4
The official .NET Core WURFL Microservice client API allows you to query the WURFL database with no need to host and update the database itself in your applications and on your servers. The speed of the client API is comparable to the speed of a local API (such as "WURFL OnSite").
The Client API relies on the presence of a running instance of "WURFL Microservice", available as either a Docker image (obtainable from ScientiaMobile, https://www.scientiamobile.com/products/wurfl-microservice-docker-detect-device/) or a Virtual Machine (AMI, VM instances and such:
https://www.scientiamobile.com/introducing-wurfl-microservice-for-aws/ ) of major Cloud infrastructure providers, such as: AWS, Azure and Google Cloud Platform).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.0.4 - Fix: naming issue in .NET Core package
2.0.3 - Added support for .NET Core framework 2.2.0
2.0.2 - Better packaging and info for NuGet release
2.0.1 - Initial release