-
Notifications
You must be signed in to change notification settings - Fork 206
Support static_ip_score #164
New issue
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
Conversation
| * available from GeoIP2 Precision Insights. | ||
| */ | ||
| @JsonProperty("static_ip_score") | ||
| public Double getStaticIPScore() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be getStaticIpScore to be consistent with our naming for our Java libraries.
| } | ||
|
|
||
| @JsonProperty("user_count") | ||
| public Integer getUserCount() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have a comment documenting this?
| the Enterprise database and the `country()` method can be called on City | ||
| databases. Request by Gergely Boromissza. GitHub #132. | ||
| * New `getStaticIpScore()` and `getUserCount()` methods were added to | ||
| `com.maxmind.geoip2.record.Traits` for use with GeoIP2 Precision Insights. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we say anything about what they are? I think in the other libraries we've been doing that.
No description provided.