Click or drag to resize

RMTrackApiClient Namespace

The RMTrackApiClient namespace contains classes that implement a simple front end to the REST API web pages.
Classes
  ClassDescription
Public classRMTrackException
RMTrackException provides details of errors returned by the RMTrack API
Public classRMTrackService
The RMTrackService object allows developers to make requests against the RMTrack REST API.
Interfaces
  InterfaceDescription
Public interfaceIRMTrackService
The IRMTrackService interface is provided primarily to allow COM clients, like Visual Basic 6, to access the REST API using early binding (and allowing VB6's intellisense to provide information about the object's methods).
Enumerations
  EnumerationDescription
Public enumerationIssueDetailsOptions
The individual parts of an issue that can be selected for returning information by the IssueDetailsGet(Int32, IssueDetailsOptions) method.