Skip to content

Commit

Permalink
Removed more code associated with deprecated help/configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMayo committed Aug 18, 2021
1 parent 4a47339 commit a907b16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
45 changes: 0 additions & 45 deletions src/LinqToTwitter6/LinqToTwitter/Help/Configuration.cs

This file was deleted.

5 changes: 0 additions & 5 deletions src/LinqToTwitter6/LinqToTwitter/Help/Help.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ public class Help
/// </summary>
public string? Policies { get; set; }

/// <summary>
/// Populated for Help Configuration query
/// </summary>
public Configuration? Configuration { get; set; }

/// <summary>
/// List of languages, codes, and statuses
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public Request BuildUrl(Dictionary<string, string> parameters)
}
}

private Request BuildRateLimitsUrl(Dictionary<string, string> parameters)
Request BuildRateLimitsUrl(Dictionary<string, string> parameters)
{
var req = new Request(BaseUrl + "application/rate_limit_status.json");

Expand Down

0 comments on commit a907b16

Please sign in to comment.