We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've come across a submission that has the "o" key https://www.reddit.com/r/PLASTT/comments/17yf6fn/hope_this_ticks_a_few_boxes/.json?raw_json=1 but the GalleryData class doesn't have the data
GalleryData
The library is missing
@Json(name = "o") val o: List<GalleryImageData>?,
from
ARAW/lib/src/main/java/com/kirkbushman/araw/models/GalleryData.kt
Line 31 in aeae071
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I've come across a submission that has the "o" key
https://www.reddit.com/r/PLASTT/comments/17yf6fn/hope_this_ticks_a_few_boxes/.json?raw_json=1
but the
GalleryData
class doesn't have the dataThe library is missing
from
ARAW/lib/src/main/java/com/kirkbushman/araw/models/GalleryData.kt
Line 31 in aeae071
The text was updated successfully, but these errors were encountered: