()
| 308 | } |
| 309 | |
| 310 | func (g *Github) APIEndpoint() string { |
| 311 | if g.APIBaseURL != "" { |
| 312 | return g.APIBaseURL |
| 313 | } |
| 314 | return appdefaults.GithubDefaultBaseURL |
| 315 | } |
| 316 | |
| 317 | func (g *Github) CACertBundle() ([]byte, error) { |
| 318 | if g.CACertBundlePath == "" { |
no outgoing calls