HubspotAPIWrapper.Contacts.GetPath C# (CSharp) Метод

GetPath() защищенный Метод

protected GetPath ( string method ) : string
method string
Результат string
        protected override string GetPath(string method)
        {
            return string.Format("contacts/{0}/{1}", ProspectsApiVersion, method);
        }