Blacksmith.Tests.ClientTests.TestClient.Get C# (CSharp) Méthode

Get() protected méthode

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