himura / twitter-types

This library treats the Twitter JSON API in the Haskell way.
24 stars 28 forks source link

API deprecations #47

Open MHova opened 5 years ago

MHova commented 5 years ago

https://github.com/himura/twitter-types/pull/44 partially addressed these announced Twitter API changes, but JSON parsing of User objects will still fail unless the rest of the deprecated fields are fixed.

This PR removes all of the deprecated fields altogether. The Twitter documentation states that those fields will only have a value of null from now on anyway.

MHova commented 5 years ago

Note that twitter-conduit has a dependency on userProfileImageUrl here. That will have to be removed (or switched to userProfileImageUrlHttps) for twitter-conduit to be compatible with the changes in this PR.