CallfireApiClient 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package CallfireApiClient --version 1.1.2
NuGet\Install-Package CallfireApiClient -Version 1.1.2
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="CallfireApiClient" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CallfireApiClient --version 1.1.2
#r "nuget: CallfireApiClient, 1.1.2"
#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 CallfireApiClient as a Cake Addin
#addin nuget:?package=CallfireApiClient&version=1.1.2

// Install CallfireApiClient as a Cake Tool
#tool nuget:?package=CallfireApiClient&version=1.1.2

C# client library for integration with Callfire REST API v2 services

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
1.1.30 13,577 12/16/2019
1.1.29 2,178 6/4/2019
1.1.28 737 3/6/2019
1.1.27 640 2/28/2019
1.1.26 737 1/17/2019
1.1.24 12,725 10/17/2018
1.1.23 800 9/26/2018
1.1.22 3,220 9/4/2018
1.1.21 900 8/10/2018
1.1.20 1,395 8/2/2018
1.1.19 5,454 6/13/2017
1.1.18 1,157 5/29/2017
1.1.17 1,523 5/4/2017
1.1.16 993 3/28/2017
1.1.15 1,000 1/27/2017
1.1.14 964 1/17/2017
1.1.13 1,008 12/30/2016
1.1.12 1,004 12/30/2016
1.1.11 986 11/23/2016
1.1.10 1,022 10/27/2016
1.1.9 1,276 7/11/2016
1.1.8 1,050 5/31/2016
1.1.7 1,261 4/22/2016
1.1.5 1,100 3/14/2016
1.1.3 1,052 2/16/2016
1.1.2 1,065 1/27/2016
1.1.1 1,022 1/25/2016
1.1.0 1,087 1/11/2016
1.0.0 1,072 12/29/2015

Callfire API client Changelog
=============================
Version 1.1.2 - Jan 27 2016
   - added find by batchId parameter to FindCalls & FindTexts requests.
   - fixed NumberApi.findNumbersLocal and NumberApi.findNumbersTollfree methods to accept an updated server responses

Version 1.1.1 - Jan 25 2016
   - default policy set to ignore unknown json fields on deserializing

Version 1.1.0 - Jan 11 2016
   - added Subscriptions API

Version 1.0.0 - Dec 29 2015
   - initial release