daneden / Twift

🐦 An async Swift library for the Twitter v2 API 🚧 WIP
MIT License
111 stars 25 forks source link

Rename property to use snake_case #26

Closed emin-grbo closed 2 years ago

emin-grbo commented 2 years ago

This might be the actual culprit for the issue I posted: https://github.com/daneden/Twift/issues/25

I only noticed it after seeing that I do get preview URLs for images without issues, but when there is a gif, the response fails

{\"media_key\":\"16_1527660993324752897\",\"type\":\"animated_gif\"},

🤞

daneden commented 2 years ago

Good catch @roblack!