You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+23-25Lines changed: 23 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,23 @@
2
2
TeleSign
3
3
========
4
4
5
-
:Info:
6
-
For more information, visit the `TeleSign web site <http://www.TeleSign.com>`_.
7
-
For the latest source code, visit the `TeleSign github repository <https://github.com/TeleSign/csharp_telesign/tree>`_.
5
+
**Information**: For more information, visit the `TeleSign website <http://www.TeleSign.com>`_ or the `TeleSign Developer Portal <https://developer.telesign.com/>`_.
8
6
9
-
:Author:
10
-
Telesign Corp.
7
+
**Author**: Telesign Corp.
11
8
12
-
---------------------------------
13
9
TeleSign Web Services: .NET SDK
14
10
---------------------------------
15
11
16
-
**TeleSign Web Services** conform to the `REST Web Service Design Model <http://en.wikipedia.org/wiki/Representational_state_transfer>`_. Services are exposed as URI-addressable resources through the set of *RESTful* procedures in our **TeleSign REST API**.
12
+
**TeleSign web services** conform to the `REST Web Service Design Model <http://en.wikipedia.org/wiki/Representational_state_transfer>`_. Services are exposed as URI-addressable resources through the set of *RESTful* procedures in our **TeleSign REST API**.
17
13
18
-
The **TeleSign .NET SDK** is a Microsoft .NET component that provides an interface to `TeleSign Web Services <http://www.telesign.com/products-demos/>`_.
14
+
The **TeleSign .NET SDK** is a Microsoft .NET component that provides an interface to `TeleSign web services <https://developer.telesign.com/docs/getting-started-with-the-rest-api>`_.
19
15
20
16
It contains a .NET Framework class library that presents our web services in an intuitive, hierarchical object model, so you can create and manipulate them in the way you're accustomed to. You can use this SDK to build TeleSign‑based .NET applications.
21
17
22
18
Authentication
23
19
--------------
24
20
25
-
**You will need a Customer ID and API Key in order to use TeleSign’s REST API**. If you are already a customer and need an API Key, you can generate one in the `Client Portal <https://teleportal.telesign.com>`_. If you are not a customer and would like to get an API Key, please contact `[email protected]<mailto:[email protected]>`_
21
+
**You will need a Customer ID and API Key in order to use TeleSign’s REST API**. If you are already a customer and need an API Key, you can generate one in `TelePortal <https://teleportal.telesign.com>`_. If you are not a customer and would like to get an API Key, please contact `[email protected]<mailto:[email protected]>`_.
26
22
27
23
You supply your credentials to the API either by editing the TeleSign.config.xml file and filling in the CustomerId and
28
24
SecretKey values or you can create the credentials in code. Passing null to the service constructors uses the file.
@@ -67,7 +63,7 @@ You can use the TeleSign .NET SDK in either of two modes. The rich mode is recom
0 commit comments