HubspotAPIWrapper.Contacts.GetPath C# (CSharp) Method

GetPath() protected method

protected GetPath ( string method ) : string
method string
return string
        protected override string GetPath(string method)
        {
            return string.Format("contacts/{0}/{1}", ProspectsApiVersion, method);
        }