intercom / intercom-go

Go Bindings For Intercom
https://developers.intercom.io/reference
Other
71 stars 80 forks source link

find note #2

Closed josler closed 9 years ago

dehora commented 9 years ago

checking that the * Resource is needed, otherwise lgtm :shipit:

josler commented 9 years ago

* Resource indicates that Note has a field of type * Resource, but instead of being able to access it as Note.Resource, all the fields of Resource are available directly like: Note.client. Kind of like delegating.

In this case Resource currently just has a client field, which is the configured client used to send the HTTP requests.

darragh commented 9 years ago

looks pretty - looking forward to a tour at some point