requestProject

open suspend override fun requestProject(input: String, projectType: ProjectType?): <Error class: unknown class><Project, ActionError>

Requests a project from all platforms.

This function takes a string and attempts to retrieve a project from all platforms. If the project is missing on one platform, it attempts to retrieve it from the other using platform-specific slugs. The result is a combined project; project from the available platform; or null if no project is found on either platform.

Return

A project containing data retrieved from all platforms, or null if no data is found.

Parameters

input

The project ID or slug.

projectType

The type of project.