OSDN Git Service

TwitterApiConnection.GetAsyncメソッドを削除
[opentween/open-tween.git] / OpenTween / Connection / IApiConnectionLegacy.cs
index 67618ac..2c2db7f 100644 (file)
@@ -32,6 +32,5 @@ namespace OpenTween.Connection
 {
     public interface IApiConnectionLegacy : IApiConnection, IDisposable
     {
-        Task<T> GetAsync<T>(Uri uri, IDictionary<string, string>? param, string? endpointName);
     }
 }