You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a very brief look at the code and I couldn't see a way to quickly add a way to specify a range for birth year or age (or maybe I'm just not that well versed in the language), but is this possible?
From the code, I think currently the minimum age possible is 21? And I couldn't work out the maximum age. This isn't stated anywhere in the docs, I don't think, so I'm wondering if it can be changed, say ensuring the returned person is only between 30 to 39 years old.
Or I guess I could call the API again and again until I get enough 30-39 year olds, but that'd be a bit taxing to the servers, wouldn't it? Or I guess I could fiddle with whatever the returned DOBs to ensure the ages are within my range.
But a way to specify range sure would be nice 😄
The text was updated successfully, but these errors were encountered:
I had a very brief look at the code and I couldn't see a way to quickly add a way to specify a range for birth year or age (or maybe I'm just not that well versed in the language), but is this possible?
From the code, I think currently the minimum age possible is 21? And I couldn't work out the maximum age. This isn't stated anywhere in the docs, I don't think, so I'm wondering if it can be changed, say ensuring the returned person is only between 30 to 39 years old.
Or I guess I could call the API again and again until I get enough 30-39 year olds, but that'd be a bit taxing to the servers, wouldn't it? Or I guess I could fiddle with whatever the returned DOBs to ensure the ages are within my range.
But a way to specify range sure would be nice 😄
The text was updated successfully, but these errors were encountered: