You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
Can you not do that???? If there is no downsized image - don't include it in the response! Empty objects break serialization field requirements in strongly typed languages (like Kotlin) since now all of a sudden, we have to allow the image object to have all nullable fields. This sucks ass, guys. Fix it please.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The trending GIFs endpoint (https://api.giphy.com/v1/gifs/trending) sometimes returns JSON objects with no fields (completely blank):
Can you not do that???? If there is no downsized image - don't include it in the response! Empty objects break serialization field requirements in strongly typed languages (like Kotlin) since now all of a sudden, we have to allow the image object to have all nullable fields. This sucks ass, guys. Fix it please.
The text was updated successfully, but these errors were encountered: