BaseURL defines the base URL endpoint for this provider's API.
()
| 57 | Enabled() bool |
| 58 | // BaseURL defines the base URL endpoint for this provider's API. |
| 59 | BaseURL() string |
| 60 | |
| 61 | // CreateInterceptor starts a new [Interceptor] which is responsible for intercepting requests, |
| 62 | // communicating with the upstream provider and formulating a response to be sent to the requesting client. |
no outgoing calls