Exemple #1
0
// 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)
}
Exemple #2
0
// 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)
}