Gitee.Api by maikebing

<PackageReference Include="Gitee.Api" Version="1.0.0" />

.NET API 847,872 bytes

 Project

public class Project
public string Blobs_url { get; set; }

public string Branches_url { get; set; }

public string Collaborators_url { get; set; }

public string Comments_url { get; set; }

public string Commits_url { get; set; }

public string Contributors_url { get; set; }

public string Created_at { get; set; }

public string Default_branch { get; set; }

public string Description { get; set; }

public string Fork { get; set; }

public string Forks_count { get; set; }

public string Forks_url { get; set; }

public string Full_name { get; set; }

public string Has_issues { get; set; }

public string Has_page { get; set; }

public string Has_wiki { get; set; }

public string Homepage { get; set; }

public string Hooks_url { get; set; }

public string Html_url { get; set; }

public string Human_name { get; set; }

public int? Id { get; set; }

public string Internal { get; set; }

public string Issue_comment_url { get; set; }

public string Issues_url { get; set; }

public string Keys_url { get; set; }

public string Labels_url { get; set; }

public string Language { get; set; }

public string License { get; set; }

public string Members { get; set; }

public string Milestones_url { get; set; }

public string Name { get; set; }

public object Namespace { get; set; }

public string Notifications_url { get; set; }

public int? Open_issues_count { get; set; }

public string Outsourced { get; set; }

public string Owner { get; set; }

public string Paas { get; set; }

public Project Parent { get; set; }

public string Path { get; set; }

public string Permission { get; set; }

public string Private { get; set; }

public string Project_creator { get; set; }

public string Public { get; set; }

public string Pull_requests_enabled { get; set; }

public string Pulls_url { get; set; }

public string Pushed_at { get; set; }

public string Recommend { get; set; }

public string Relation { get; set; }

public string Releases_url { get; set; }

public string Stared { get; set; }

public string Stargazers_count { get; set; }

public string Stargazers_url { get; set; }

public string Tags_url { get; set; }

public string Updated_at { get; set; }

public string Url { get; set; }

public string Watched { get; set; }

public string Watchers_count { get; set; }

public Project()

public static Project FromJson(string data)

public string ToJson()