public static interface V1Connector.ISetUserAgentMakeRequest
| Modifier and Type | Method and Description |
|---|---|
V1Connector.IAuthenticationMethods |
withUserAgentHeader(String name,
String version)
Required method for setting a custom user agent header for all HTTP requests made to the VersionOne API.
|
V1Connector.IAuthenticationMethods withUserAgentHeader(String name, String version) throws V1Exception
name - String The name of the application.version - String The version number of the applicationV1Exception - V1ExceptionCopyright © 2021 VersionOne, Inc.. All rights reserved.