()
| 50 | } |
| 51 | |
| 52 | func (err HTTPError) ScopesSuggestion() string { |
| 53 | return err.scopesSuggestion |
| 54 | } |
| 55 | |
| 56 | // RequestOption configures a single request made through Request, RequestWithContext or GraphQL. |
| 57 | type RequestOption func(*requestConfig) |
no outgoing calls