Skip to content

Commit

Permalink
nice
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticEcho committed Jul 26, 2018
1 parent 32734f8 commit aee7651
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions SharpExchange/Api/2.2/SortBy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,41 @@
{
public enum SortBy
{
[ApiQueryValue("creation_date")]
CreationDate,
//TODO: We done fucked up.
//[ApiQueryValue("creation")]
//CreationDate,

[ApiQueryValue("votes")]
Votes,
//[ApiQueryValue("votes")]
//Votes,

[ApiQueryValue("last_activity_date")]
PostAcivity,
//[ApiQueryValue("last_activity_date")]
//PostAcivity,

[ApiQueryValue("rank")]
BadgeRank,
//[ApiQueryValue("rank")]
//BadgeRank,

[ApiQueryValue("name")]
BadgeName,
//[ApiQueryValue("name")]
//BadgeName,

[ApiQueryValue("type")]
BadgeType,
//[ApiQueryValue("type")]
//BadgeType,

[ApiQueryValue("approval_date")]
EditApprovalDate,
//[ApiQueryValue("approval_date")]
//EditApprovalDate,

[ApiQueryValue("rejection_date")]
EditRejectionDate,
//[ApiQueryValue("rejection_date")]
//EditRejectionDate,

[ApiQueryValue("count")]
TagPopularity,
//[ApiQueryValue("count")]
//TagPopularity,

[ApiQueryValue("name")]
TagName,
//[ApiQueryValue("name")]
//TagName,

//[ApiQueryValue("applied_count")]
//TagSynonymAppliedCount,

//[ApiQueryValue("last_applied_date")]
//TagSynonymActivity,
}
}

0 comments on commit aee7651

Please sign in to comment.