Skip to content

Commit 755e8d1

Browse files
authored
Merge pull request #40 from CallFire/develop
Develop
2 parents 3ee910e + bcfcdfa commit 755e8d1

File tree

58 files changed

+222
-2150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+222
-2150
lines changed

CallfireApiClient.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?><package>
22
<metadata>
33
<id>CallfireApiClient</id>
4-
<version>1.1.10</version>
4+
<version>1.1.11</version>
55
<title>CallFire API v2 client</title>
66
<authors>
77
Vladimir Mikhailov
@@ -15,6 +15,11 @@
1515
<description>C# client library for integration with Callfire REST API v2 services</description>
1616
<releaseNotes>Callfire API client Changelog
1717
=============================
18+
Version 1.1.11 - Nov 18 2016
19+
- added deleteCampaignSound api
20+
- added getCreditsHistory api
21+
- remove dnc lists api (not supported anymore)
22+
1823
Version 1.1.10 - Oct 26 2016
1924
- added more parameters to call tracking config in Number Lease config object
2025

Changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Callfire API client Changelog
22
=============================
3+
Version 1.1.11 - Nov 18 2016
4+
- added deleteCampaignSound api
5+
- added getCreditsHistory api
6+
- remove dnc lists api (not supported anymore)
7+
38
Version 1.1.10 - Oct 26 2016
49
- added more parameters to call tracking config in Number Lease config object
510

README.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Callfire API v2 REST client
22

3-
C# client for Callfire platform API version 2. See link:docs/GettingStarted.adoc[Getting Started]
3+
C# client for Callfire platform API version 2. See link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started]
44
page for setup instructions.
55

66
.*Requirements:*
@@ -11,9 +11,8 @@ C# client for Callfire platform API version 2. See link:docs/GettingStarted.adoc
1111
* RestSharp >= 105.2.3
1212
1313
.*Table of contents*
14-
* link:docs/GettingStarted.adoc[Getting Started]
15-
* link:docs/api/ApiExamples.adoc[API code examples]
16-
* link:https://developers.callfire.com/docs.html[REST endpoints documentation]
14+
* link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started]
15+
* link:https://developers.callfire.com/docs.html[REST endpoints documentation and api code samples]
1716
* Have a question ?
1817
** link:https://developers.callfire.com/chat.html[Public chat room]
1918
** link:http://stackoverflow.com/questions/tagged/callfire[Ask on stackoverflow]

docs/GettingStarted.adoc

Lines changed: 0 additions & 158 deletions
This file was deleted.

docs/api/ApiExamples.adoc

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/api/account/MeApi.adoc

Lines changed: 0 additions & 89 deletions
This file was deleted.

docs/api/account/OrdersApi.adoc

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)