Cleaned up TODOs
This commit is contained in:
@@ -6,8 +6,6 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
//TODO: Add docstrings
|
||||
//TODO: Docstrings should explain when REST requests are sent and how many
|
||||
public interface IDiscordClient : IDisposable
|
||||
{
|
||||
ConnectionState ConnectionState { get; }
|
||||
|
||||
@@ -4,8 +4,6 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Discord.Net.Queue
|
||||
{
|
||||
//TODO: Allow user-supplied canceltoken
|
||||
//TODO: Allow specifying timeout via DiscordApiClient
|
||||
public interface IQueuedRequest
|
||||
{
|
||||
CancellationToken CancelToken { get; }
|
||||
|
||||
@@ -5,7 +5,6 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Discord.Net.Rest
|
||||
{
|
||||
//TODO: Add docstrings
|
||||
public interface IRestClient
|
||||
{
|
||||
void SetHeader(string key, string value);
|
||||
|
||||
Reference in New Issue
Block a user