You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the base path of the Keyfactor API is statically defined in the execution function of each endpoint:
var (
localVarHTTPMethod=http.MethodPostlocalVarPostBodyinterface{}
formFiles []formFilelocalVarReturnValue*KeyfactorApiModelsAlertsIssuedIssuedAlertDefinitionResponse
)
localBasePath:="/KeyfactorAPI"localVarPath:=localBasePath+"/Alerts/Issued"
This should be a configuration field of the keyfactor.Configuration struct with a default setting. This way, Command configurations with differing API base paths can be supported by this SDK.
The text was updated successfully, but these errors were encountered:
Currently, the base path of the Keyfactor API is statically defined in the execution function of each endpoint:
This should be a configuration field of the
keyfactor.Configuration
struct with a default setting. This way, Command configurations with differing API base paths can be supported by this SDK.The text was updated successfully, but these errors were encountered: