Integration Api
Functions
Link copied to clipboard
open suspend fun apiV1PublisherDeploymentDeploymentIdDownloadRelativePathGet(deploymentId: String, relativePath: String): HttpResponse<OctetByteArray>
Integrate a deployment bundle with a build for manual testing. For more information, see the the following documentation.
Link copied to clipboard
open suspend fun apiV1PublisherDeploymentsDownloadRelativePathGet(relativePath: String): HttpResponse<OctetByteArray>
Integrate deployment bundles with a build for manual testing. For more information, see the the following documentation.
Link copied to clipboard
Set the access token for the first OAuth2 authentication.
Link copied to clipboard
Set the API key prefix for the first API key authentication.
Link copied to clipboard
Set the access token for the first Bearer authentication.
Link copied to clipboard
Set the password for the first HTTP basic authentication.
Link copied to clipboard
Set the username for the first HTTP basic authentication.