mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
Added TODO for handling 404 when sub-namespace cannot be found
This commit is contained in:
@@ -62,6 +62,8 @@ namespace Octokit
|
||||
Ensure.ArgumentNotNullOrEmptyString(name, "name");
|
||||
Ensure.ArgumentNotNullOrEmptyString(subNamespace, "subNamespace");
|
||||
|
||||
// TODO: Handle 404 when subNamespace cannot be found
|
||||
|
||||
return ApiConnection.GetAll<Reference>(ApiUrls.Reference(owner, name, subNamespace));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user