Skip to content

Commit c58c512

Browse files
Initial README version
1 parent becb0e8 commit c58c512

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
# infobip-api-csharp-client
1+
Infobip API C# client
2+
======================
3+
4+
Prerequisites
5+
--------------
6+
7+
.NET framework 4.5 or above is required to use this library.
8+
9+
Installation
10+
-------------
11+
12+
It is recommended that you install the Infobip API C# client via NuGet Package Manager. Simply search the
13+
Manager for "Infobip API C# client" and install it in your project to be able to access its features.
14+
Additional instructions on how to access and use the NuGet Package Manager and install a package are available
15+
on the [official Microsoft documentation page](https://docs.microsoft.com/en-us/nuget/tools/package-manager-ui).
16+
17+
18+
Manual dependency management
19+
-----------------------------
20+
21+
If you choose not to use the NuGet Package Manager, you can also clone this repository and reference the
22+
InfobipClientLib project directly. Another way would be to build it in a .dll file, place it wherever you
23+
like in your project and reference it that way.
24+
25+
Examples
26+
---------
27+
28+
The Infobip API C# client solution also comes with the InfobipClientExamples project, where you can see, test,
29+
change and run examples of some of the common uses of the Infobip API. For more details, please refer to the
30+
[official documentation](https://dev.infobip.com/).
31+
32+
Running examples
33+
-----------------
34+
35+
The examples can be run by uncommenting them in the ExampleRunner class and running it. Before that, make sure
36+
to type in your credentials and desired phone number(s) destination(s) into the Example class.
37+
38+
License
39+
--------
40+
41+
This library is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)