Skip to content

Commit

Permalink
Merge pull request #10 from gettyimages/305-add-random-sort
Browse files Browse the repository at this point in the history
add random sort option
  • Loading branch information
cleankode authored Jan 3, 2019
2 parents 9bbbc9b + d8f5af7 commit ebb14ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GettyImages.Api/Entity/SortOrder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public enum SortOrder
[Description("best_match")] BestMatch,
[Description("most_popular")] MostPopular,
[Description("newest")] Newest,
[Description("oldest")] Oldest
[Description("oldest")] Oldest,
[Description("random")] Random
}
}

0 comments on commit ebb14ac

Please sign in to comment.