CallfireApiClient 1.1.15

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

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

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 739 1/17/2019
1.1.24 12,727 10/17/2018
1.1.23 802 9/26/2018
1.1.22 3,222 9/4/2018
1.1.21 902 8/10/2018
1.1.20 1,397 8/2/2018
1.1.19 5,456 6/13/2017
1.1.18 1,159 5/29/2017
1.1.17 1,525 5/4/2017
1.1.16 995 3/28/2017
1.1.15 1,002 1/27/2017
1.1.14 966 1/17/2017
1.1.13 1,010 12/30/2016
1.1.12 1,006 12/30/2016
1.1.11 988 11/23/2016
1.1.10 1,024 10/27/2016
1.1.9 1,276 7/11/2016
1.1.8 1,051 5/31/2016
1.1.7 1,263 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.15 - Jan 27 2017
- added dnc apis

Version 1.1.14 - Jan 17 2017
- added possibility to use client without config file

Version 1.1.13 - Dec 30 2016
- minor fixes for get contacts history api

Version 1.1.12 - Dec 28 2016
- updated CallRecord dto to include originateTime, answerTime, duration, callerName and switchId fields
- updated Webhook dto to include singleUse parameter
- minor extension of requests objects for upload and find sounds api, get contacts history api and find tollfree numbers api
- temporary turning dnc api off due to full remake of callfire dnc apis

Version 1.1.11 - Nov 18 2016
- added deleteCampaignSound api
- added getCreditsHistory api
- remove dnc lists api (not supported anymore)

Version 1.1.10 - Oct 26 2016
- added more parameters to call tracking config in Number Lease config object

Version 1.1.9 - Jul 11 2016
- added loading labels parameter in Number Lease objects

Version 1.1.8 - May 27 2016
- defaultLiveMessage, defaultMachineMessage, defaultLiveMessageSoundId, defaultMachineMessageSoundId, defaultVoice params added to send calls api
- added batch id filter parameter for get broadcast calls/texts
- added fields filter parameter for add sound via call, returns CampaignSound object
- added fields filter parameter for add sound via text-to-speech, returns CampaignSound object
- defaultMessage parameter added to send texts function
- added findWebhookResource and findWebhookResources methods to use new webhooks apis
- resumeNextDay parameter added to CallBroadcast object
- transferMessage, transferMessageSoundId, transferDigit, transferNumber params added to CallRecipient object for sending calls and texts
- added questionResponses parameter to CallRecord object
- added duplicate parameter to CampaignSound object
- get call recordings api functions implemented in CallsApi

Version 1.1.7 - Apr 18 2016
- migration to 4.5 net framework
- migration to gradle

Version 1.1.6 - Mar 25 2016
- added mono debug files generation on Windows platform
- removed get/update batch api calls from TextBroadcastsApi

Version 1.1.5 - Mar 14 2016
- added debug support for Mono platform
- fixed issue with uploading mp3 media

Version 1.1.4 - Mar 4 2016
- added proxy with basic authorization support, see out docs how to configure it.

Version 1.1.3 - Feb 16 2016
- added nuget symbolsource package to debug source code.

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