Overview
The Tsplice .NET API can be used in a .NET application to interact with a Tsplice host. The TPRI.Tsplice.Client class represents- The Client class can be used to send a request to the Tsplice host and parse its response
TPRI.Tsplice.Models classes - The classes in this namespace represent the different types of data sent to or received from the Tsplice host
ApiResponse and derived classes - These classes represent the responses returned from the Tsplice host, and typically wrap a model object containing the specific response data