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);
        }