HubspotCommunity / hubspot-ruby

Ruby wrappers for the HubSpot REST API
https://developers.hubspot.com/docs/endpoints
MIT License
190 stars 257 forks source link

Allow to lookup contact by vid #195

Closed sevab closed 5 years ago

cbisnett commented 5 years ago

This functionality already exists. You can simply call Hubspot::Contact.find(id). This method and most of the basic find, update, delete methods are provided by the Resource class.