-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCallfireApiClient.nuspec
More file actions
154 lines (124 loc) · 5.99 KB
/
Copy pathCallfireApiClient.nuspec
File metadata and controls
154 lines (124 loc) · 5.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8"?><package>
<metadata>
<id>CallfireApiClient</id>
<version>1.1.30</version>
<title>CallFire API v2 client</title>
<authors>
Vladimir Mikhailov
Vladimir Malinovskiy
</authors>
<owners>CallFire Inc.</owners>
<projectUrl>https://github.com/CallFire/callfire-api-client-csharp</projectUrl>
<licenseUrl>https://github.com/CallFire/callfire-api-client-csharp/blob/master/LICENSE</licenseUrl>
<iconUrl>https://www.callfire.com/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# client library for integration with Callfire REST API v2 services</description>
<releaseNotes>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
</releaseNotes>
<copyright>Copyright (c) 2015 CallFire Inc.</copyright>
<tags>Callfire rest api client</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="10.0.2"/>
<dependency id="RestSharp" version="106.6.4"/>
</dependencies>
</metadata>
<files>
<file src="LICENSE.txt"/>
<file src="Changelog.txt"/>
<file src="src/**/*.cs" target="src"/>
<file src="src/CallfireApiClient/bin/Debug/callfire-api-client.dll" target="lib"/>
<file src="src/CallfireApiClient/bin/Release/callfire-api-client.dll.config" target="lib"/>
<file src="src/CallfireApiClient/bin/Release/callfire-api-client.xml" target="lib"/>
<file src="src/CallfireApiClient/bin/Debug/callfire-api-client.pdb" target="lib"/>
</files>
</package>