Skip to content

Commit

Permalink
add JupyterNotebook to Repository Search (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagizmo authored and shiftkey committed Oct 21, 2019
1 parent 311e89a commit 9081295
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Octokit/Models/Request/SearchRepositoriesRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public IEnumerable<InQualifier> In
public Range Size { get; set; }

/// <summary>
/// Searches repositories based on the language they’re written in.
/// Searches repositories based on the language they’re written in.
/// https://help.github.com/articles/searching-repositories#languages
/// </summary>
public Language? Language { get; set; }
Expand Down Expand Up @@ -665,6 +665,8 @@ public enum Language
JavaScript,
Json,
Julia,
[Parameter(Value = "Jupyter Notebook")]
JupyterNotebook,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Kotlin")]
Kotlin,
Lasso,
Expand Down Expand Up @@ -896,4 +898,4 @@ public enum ForkQualifier
[Parameter(Value = "true")]
IncludeForks
}
}
}

0 comments on commit 9081295

Please sign in to comment.