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.
1 parent 0770830 commit 7dd45a8Copy full SHA for 7dd45a8
src/main/java/com/spotify/github/v3/repos/RepositoryBase.java
@@ -58,6 +58,11 @@ public interface RepositoryBase extends UpdateTracking {
58
@JsonProperty("private")
59
Boolean isPrivate();
60
61
+ /** Is it archived */
62
+ @Nullable
63
+ @JsonProperty("archived")
64
+ Boolean isArchived();
65
+
66
/** Is it public */
67
@JsonProperty("public")
68
Optional<Boolean> isPublic();
0 commit comments