artifact method
Implementation
Future<ApiResponse> artifact(String artifactId) => _http.request(
'GET', '/api/v1/artifacts/${apiResourceId(artifactId, 'artifactId')}');
Future<ApiResponse> artifact(String artifactId) => _http.request(
'GET', '/api/v1/artifacts/${apiResourceId(artifactId, 'artifactId')}');