Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CallfireApiClient.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><package>
<metadata>
<id>CallfireApiClient</id>
<version>1.1.10</version>
<version>1.1.11</version>
<title>CallFire API v2 client</title>
<authors>
Vladimir Mikhailov
Expand All @@ -15,6 +15,11 @@
<description>C# client library for integration with Callfire REST API v2 services</description>
<releaseNotes>Callfire API client Changelog
=============================
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

Expand Down
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Callfire API client Changelog
=============================
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

Expand Down
7 changes: 3 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Callfire API v2 REST client

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

.*Requirements:*
Expand All @@ -11,9 +11,8 @@ C# client for Callfire platform API version 2. See link:docs/GettingStarted.adoc
* RestSharp >= 105.2.3

.*Table of contents*
* link:docs/GettingStarted.adoc[Getting Started]
* link:docs/api/ApiExamples.adoc[API code examples]
* link:https://developers.callfire.com/docs.html[REST endpoints documentation]
* link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started]
* link:https://developers.callfire.com/docs.html[REST endpoints documentation and api code samples]
* Have a question ?
** link:https://developers.callfire.com/chat.html[Public chat room]
** link:http://stackoverflow.com/questions/tagged/callfire[Ask on stackoverflow]
Expand Down
158 changes: 0 additions & 158 deletions docs/GettingStarted.adoc

This file was deleted.

23 changes: 0 additions & 23 deletions docs/api/ApiExamples.adoc

This file was deleted.

89 changes: 0 additions & 89 deletions docs/api/account/MeApi.adoc

This file was deleted.

36 changes: 0 additions & 36 deletions docs/api/account/OrdersApi.adoc

This file was deleted.

Loading