コード例 #1
0
ファイル: instagram.go プロジェクト: h4ckm03d/gomniauth
// 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)
}
コード例 #2
0
ファイル: hero.go プロジェクト: nguyenducnhaty/hero
// 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)
}