// Get makes an authenticated request and returns the data in the // response as a data map. func (provider *InstagramProvider) Get(creds *common.Credentials, endpoint string) (objx.Map, error) { return oauth2.Get(provider, creds, endpoint) }
// Get makes an authenticated request and returns the data in the // response as a data map. func (h *HeroProvider) Get(creds *common.Credentials, endpoint string) (objx.Map, error) { return oauth2.Get(h, creds, endpoint) }