We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The endpoint /facts accepts a parameter amount which specifies the number of facts requested. However, "amount" technically refers to uncountable nouns, and hence implies that the value is a float: https://english.stackexchange.com/questions/9439/amount-vs-number-vs-quantity
/facts
amount
Since the type is integer and in any case you cannot have half a fact, it would be more natural to call this something like count.
count
The text was updated successfully, but these errors were encountered:
You have a good point. I will look into changing this without breaking existing functionality
Sorry, something went wrong.
alexwohlbruck
No branches or pull requests
The endpoint
/facts
accepts a parameteramount
which specifies the number of facts requested. However, "amount" technically refers to uncountable nouns, and hence implies that the value is a float: https://english.stackexchange.com/questions/9439/amount-vs-number-vs-quantitySince the type is integer and in any case you cannot have half a fact, it would be more natural to call this something like
count
.The text was updated successfully, but these errors were encountered: