2022-03-28 23:58:07 +00:00
|
|
|
accessing
|
|
|
|
fromNitter: aDictionary
|
2022-03-29 22:10:43 +00:00
|
|
|
created := (aDictionary at: 'pubDate') "asDateAndTime".
|
2022-03-28 23:58:07 +00:00
|
|
|
text := aDictionary at: 'text'.
|
|
|
|
"id := aDictionary at: 'id'.
|
|
|
|
authorId := aDictionary at: 'author_id'."
|
|
|
|
user := aDictionary at: 'creator'.
|
|
|
|
"conversationId := aDictionary at: 'conversation_id' ifAbsent: [ '' ]."
|
|
|
|
^ self
|