tumblr / jumblr

Tumblr API v2 Java Client
Apache License 2.0
278 stars 105 forks source link

Add missing Note fields: reply_text and added_text #65

Closed KevinTCoughlin closed 9 years ago

KevinTCoughlin commented 9 years ago

Fixes #59: This PR adds the missing Note fields: reply_text & added_text. Now when Gson deserializes Post JSON w/ notes metadata it will include the fields if they are present.

KevinTCoughlin commented 9 years ago

This is missing getters, one sec.

ceyko commented 9 years ago

Can successfully get added text and reply text for posts :+1: