mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
add JupyterNotebook to Repository Search (#2032)
This commit is contained in:
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 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; }
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user