Blacksmith.Tests.ClientTests.TestClient.Get C# (CSharp) 메소드

Get() 보호된 메소드

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