himura / twitter-types

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

Support quoted tweets #32

Closed kputnam closed 9 years ago

kputnam commented 9 years ago

Twitter added support for referencing tweets via URL. The APIs expand the quoted tweet (similar to RTs) in a field named "quoted_status"

I also reduced the probability of constructing deeply recursive statusRetweetedStatus in the Arbitrary instance, which should improve runtime and memory usage while running the tests.

himura commented 9 years ago

Thanks! It have been released as 0.7.1