MirzaAbazovic / infobip-api-csharp-client

Infobip API client library in C#, distributed as a NuGet package.

Home Page:http://dev.infobip.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infobip API C# client

Prerequisites

.NET framework 4.5 or above is required to use this library.

Installation

It is recommended that you install the Infobip API C# client via NuGet Package Manager. Simply search the Manager for "Infobip API C# client" and install it in your project to be able to access its features. Additional instructions on how to access and use the NuGet Package Manager and install a package are available on the official Microsoft documentation page.

Manual dependency management

If you choose not to use the NuGet Package Manager, you can also clone this repository and reference the InfobipClientLib project directly. Another way would be to build it in a .dll file, place it wherever you like in your project and reference it that way. If, on the other hand, you do not want to deal with this repository, you can download the NuGet package manually from the dedicated NuGet site, open it in a file archiving program and extract the .dll file from the lib directory.

Examples

The Infobip API C# client solution also comes with the InfobipClientExamples project, where you can see, test, change and run examples of some of the common uses of the Infobip API. For more details, please refer to the official documentation.

Running examples

The examples can be run by uncommenting them in the ExampleRunner class and running it. Before that, make sure to type in your credentials and desired phone number(s) destination(s) into the Example class.

License

This library is licensed under the Apache License, Version 2.0

About

Infobip API client library in C#, distributed as a NuGet package.

http://dev.infobip.com

License:Apache License 2.0


Languages

Language:C# 100.0%