Blacksmith.Tests.ClientTests.TestClient.Get C# (CSharp) Method

Get() protected method

protected Get ( string endpoint ) : string
endpoint string
return string
            protected override string Get(string endpoint)
            {
                return GetResponse(endpoint);
            }