| 28 | ) |
| 29 | |
| 30 | type RESTClient struct { |
| 31 | baseEndpoints *baseEndpoints |
| 32 | authToken string |
| 33 | userAgent string |
| 34 | client http.Client |
| 35 | log *zerolog.Logger |
| 36 | } |
| 37 | |
| 38 | type baseEndpoints struct { |
| 39 | accountLevel url.URL |
nothing calls this directly
no outgoing calls
no test coverage detected