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 b95503f commit 7f3b3dfCopy full SHA for 7f3b3df
src/main/java/com/creatubbles/api/core/Image.java
@@ -1,9 +1,24 @@
1
package com.creatubbles.api.core;
2
3
+import java.util.List;
4
import java.util.Map;
5
6
public class Image {
-
7
+ /**
8
+ * @see #links
9
+ */
10
+ @Deprecated
11
+ public String url;
12
+
13
14
+ public List<Creator> creators;
15
16
17
18
19
20
+ public String store_dir;
21
22
public Map<ImageType, String> links;
23
24
public enum ImageType {
0 commit comments