mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Front end for uploading a release asset.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
using Octokit.Clients;
|
||||
|
||||
@@ -124,5 +125,9 @@ namespace Octokit.Http
|
||||
return new ReadOnlyPagedCollection<TOther>(response, Connection);
|
||||
}
|
||||
|
||||
public Task<TOther> Upload<TOther>(Uri uri, Stream rawData, Dictionary<string, string> headers)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user