Table of Contents

Class CreateProjectRequest

Namespace
Ando.Server.Contracts.Projects
Assembly
Ando.Server.dll

Request to create a new project from a GitHub repository.

public class CreateProjectRequest
Inheritance
CreateProjectRequest
Inherited Members

Properties

RepoFullName

Full repository name in owner/repo format.

public string RepoFullName { get; set; }

Property Value

string

RepoUrl

Back-compat with older/alternate clients that send a URL field. The server normalizes URLs into owner/repo format.

public string? RepoUrl { get; set; }

Property Value

string