We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a35582f + 1733fe5 commit 9cd0f0fCopy full SHA for 9cd0f0f
src/main/java/io/github/sornerol/chess/pubapi/domain/club/Club.java
@@ -45,6 +45,14 @@ public class Club {
45
@JsonProperty("country")
46
private String countryApiUrl;
47
48
+ /**
49
+ * The club's location. Note that this field appears to accept free-form
50
+ * text, so the returned value may not actually represent any sort
51
+ * of location.
52
+ */
53
+ @JsonProperty("location")
54
+ private String location;
55
+
56
/**
57
* The average daily rating of club members
58
*/
0 commit comments