mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
add support for multiple extension filters (#2019)
* add support for multiple extension filters * update documentation, use ienumerable instead of ilist
This commit is contained in:
committed by
Brendan Forster
parent
ce5ea64428
commit
3e7c70cf4e
+1
-1
@@ -212,7 +212,7 @@ var request = new SearchCodeRequest("auth")
|
||||
Path = "app/assets",
|
||||
|
||||
// we may want to restrict the file based on file extension
|
||||
Extension = "json",
|
||||
Extensions = new[] { "json", "sql" },
|
||||
|
||||
// restrict search to a specific file name
|
||||
FileName = "app.json",
|
||||
|
||||
Reference in New Issue
Block a user