chg: [dev] add object properties from #254 #258
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#254
avatar-url == background_image
background-image-url == profile_image_url
name == usernamme
Everything else is there except for
join_dateandjoin_timewhich I assumed are satisfied byFirst seen dateandFirst seen timeproperties during object creation. Should those fields be used differently?{
"id": 15171302,
"name": "Alexandre Dulaunoy",
"username": "adulau",
"bio": "Enjoy when human are using machines in unexpected ways. \r I break stuff and I do stuff.",
"location": "Europe",
"url": "http://www.foo.be/",
"join_date": "19 Jun 2008",
"join_time": "10:36 AM",
"tweets": 11460,
"following": 5870,
"followers": 5808,
"likes": 10081,
"media": 641,
"private": 0,
"verified": 0,
"profile_image_url": "https://pbs.twimg.com/profile_images/1248503736957165576/AN7SC5SB_400x400.jpg",
"background_image": "https://pbs.twimg.com/profile_banners/15171302/1509820835/1500x500"
}