request Project With Files
abstract suspend fun requestProjectWithFiles(mcVersions: List<String>, loaders: List<String>, input: String, fileId: String? = null, numberOfFiles: Int = 1, projectType: ProjectType? = null): <Error class: unknown class><Project, ActionError>
Requests project with files for specified combinations of Minecraft versions and mod loaders.
Return
A Project with requested project files, or null if no data is found.
Parameters
mc Versions
The list of Minecraft versions.
loaders
The list of mod loaders.
input
The input for the project files request.
number Of Files
The number of files to take. Defaults to 1.
project Type
The type of project.