CallfireApiClient 1.1.30

dotnet add package CallfireApiClient --version 1.1.30
NuGet\Install-Package CallfireApiClient -Version 1.1.30
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.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CallfireApiClient --version 1.1.30
#r "nuget: CallfireApiClient, 1.1.30"
#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.30

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

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,514 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,605 10/17/2018
1.1.23 799 9/26/2018
1.1.22 3,219 9/4/2018
1.1.21 899 8/10/2018
1.1.20 1,395 8/2/2018
1.1.19 5,365 6/13/2017
1.1.18 1,157 5/29/2017
1.1.17 1,521 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,098 3/14/2016
1.1.3 1,051 2/16/2016
1.1.2 1,063 1/27/2016
1.1.1 1,020 1/25/2016
1.1.0 1,085 1/11/2016
1.0.0 1,070 12/29/2015

Callfire API client Changelog
=============================
Version 1.1.30 - Dec 06 2019
- added new toggle recipients status apis support for broadcasts

Version 1.1.29 - May 29 2019
- dependecies upgraded (Nunit to v3)
- added allowedVersions for dependencies

Version 1.1.28 - March 06 2019
- added date interval filtering parameters to broadcasts lookup

Version 1.1.27 - Feb 28 2019
   - fixed isssue with Broadcast Status enum

Version 1.1.26 - Jan 17 2019
   - updated RestSharp version to 106.6

Version 1.1.24 - Oct 17 2018
   - removed potential security vulnerability connected with DotNetZip library

Version 1.1.23 - Sept 26 2018
   - added findMedia API operation to sdk

Version 1.1.22 - Sept 04 2018
   - updated version of RestSharp client to 106.3.0
   - downgraded version of .NET framework to 4.6

Version 1.1.21 - August 10 2018
   - added StrongNamer library to sign unsigned assembly in a nuget package

Version 1.1.20 - August 1 2018
   - updated .NET framework target version to latest for support TLS 1.2 by default

Version 1.1.19 - Jun 13 2017
- added fromNumber to Recipient object for sending calls/texts
- added strictValidation flag for adding contacts to broadcast
- added useCustomFields to createContactList/addContactListContacts apis
- added media array parameter for TextRecipient
- added a way to upload files from byte array for media and campaign sounds api

Version 1.1.18 - May 29 2017
- upgraded dependencies

Version 1.1.17 - May 4 2017
- removed subscriptions api (not supported from v2 api client)
- fixed findWebhooks api to use enums instead strings
- trivial tests fixes

Version 1.1.16 - Mar 28 2017
- fixed DayOfWeek enum for scheduler

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