add JupyterNotebook to Repository Search (#2032)

This commit is contained in:
Jose de Jesus Medina
2019-10-21 16:02:33 -07:00
committed by Brendan Forster
parent 311e89a5e9
commit 90812951f4
@@ -83,7 +83,7 @@ namespace Octokit
public Range Size { get; set; }
/// <summary>
/// Searches repositories based on the language theyre written in.
/// Searches repositories based on the language theyre written in.
/// https://help.github.com/articles/searching-repositories#languages
/// </summary>
public Language? Language { get; set; }
@@ -665,6 +665,8 @@ namespace Octokit
JavaScript,
Json,
Julia,
[Parameter(Value = "Jupyter Notebook")]
JupyterNotebook,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Kotlin")]
Kotlin,
Lasso,
@@ -896,4 +898,4 @@ namespace Octokit
[Parameter(Value = "true")]
IncludeForks
}
}
}