Gitee.Api by maikebing

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

 Gists

public class Gists
public int comments { get; set; }

public string comments_url { get; set; }

public string commits_url { get; set; }

public string created_at { get; set; }

public string description { get; set; }

public string forks { get; set; }

public string forks_url { get; set; }

public string git_pull_url { get; set; }

public string git_push_url { get; set; }

public string history { get; set; }

public string html_url { get; set; }

public string id { get; set; }

public string ispublic { get; set; }

public string updated_at { get; set; }

public string url { get; set; }

public Gists()