File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ You can configure the provider using following configuration options,
3333| -------------------- | ----------------------------------------------------------------------------------------------------------------------- |
3434| WithApiKeyAuth | Set the token to be used with "X-API-Key" header |
3535| WithBearerToken | Set the token to be used with "Bearer" HTTP Authorization schema |
36- | WithClient | Provider a custom, pre-configured http.Client for OFREP service communication |
36+ | WithClient | Provide a custom, pre-configured http.Client for OFREP service communication |
3737| WithHeaderProvider | Register a custom header provider for OFREP calls. You may utilize this for custom authentication/authorization headers |
3838| WithHeader | Set a custom header to be used for authorization |
3939| WithBaseURI | Set the base URI of the OFREP service |
4040| WithTimeout | Set the timeout for the http client used for communication with the OFREP service (ignored if custom client is used) |
4141
42- For example, consider below example which set bearer token and provider a customized http client,
42+ For example, consider below example which sets bearer token and provides a customized http client,
4343
4444``` go
4545provider := ofrep.NewProvider (
You can’t perform that action at this time.
0 commit comments