mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
Front end for uploading a release asset.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Octokit.Http
|
||||
@@ -22,5 +23,6 @@ namespace Octokit.Http
|
||||
Task<TOther> Create<TOther>(Uri endpoint, object data);
|
||||
Task<T> Update(Uri endpoint, object data);
|
||||
Task Delete(Uri endpoint);
|
||||
Task<TOther> Upload<TOther>(Uri uri, Stream rawData, Dictionary<string, string> headers);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user