getRelease

@GetMapping(path = "/{" + RELEASE_IDENTIFIER_KEY + "}", headers = [])
open fun <T> getRelease(@PathVariable(value = "id") id: String, @PathVariable(value = "project_id") projectId: String, @PathVariable(value = "release_id") releaseId: String, @RequestHeader(value = "token") token: String): T

Method to get a release

Return

the result of the request as String

Parameters

id

: the identifier of the user

projectId

: the project identifier where the release is attached

releaseId

: the release identifier to get

token

: the token of the user