Skip to content

Commit

Permalink
update API definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
keenthinker committed Oct 26, 2020
1 parent 6782fc7 commit 08b392e
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 188 deletions.
3 changes: 0 additions & 3 deletions api/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ module.exports = (req, res) => {
let min = 1;
let max = 1048576;
let resultsCount = 1;
// TODO: noDuplicates needs additional validation when "true"
// - results count and range should be "compatible", f.e. min=1,max=10, count=25 is not possible
// - distribution/speed - count and max?
let noDuplicates = false;
let sort = false;

Expand Down
Loading

1 comment on commit 08b392e

@vercel
Copy link

@vercel vercel bot commented on 08b392e Oct 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.