Cleaned up TODOs

This commit is contained in:
RogueException
2016-10-08 18:44:59 -03:00
parent 8ab675e775
commit 6bdc0c09ca
7 changed files with 9 additions and 13 deletions

View File

@@ -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; }

View File

@@ -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; }

View File

@@ -5,7 +5,6 @@ using System.Threading.Tasks;
namespace Discord.Net.Rest
{
//TODO: Add docstrings
public interface IRestClient
{
void SetHeader(string key, string value);