For Babelfish Release 1.11.1.3

GetLeagueTeamsPublicRequestRelativePath Property

The relative path for this API Request call. For example, if the complete REST API call is https://api.orionscoringsystem.com/match/1.1.20022012248563984.0, then this property would return "/match/1.1.20022012248563984.0". Note, return value includes the front slash.

Definition

Namespace: Scopos.BabelFish.Requests.OrionMatchAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public override string RelativePath { get; }

Property Value

String

See Also