Mads Marquart
|
6636d49cc0
|
Remove graphql.py
|
2019-03-10 20:30:22 +01:00 |
|
Mads Marquart
|
71f19dd3c7
|
Move fetchAllUsers parsing into User._from_all_fetch
|
2019-03-10 20:22:56 +01:00 |
|
Mads Marquart
|
e166b472c5
|
Move message pull parsing into Message._from_pull
|
2019-03-10 20:10:19 +01:00 |
|
Mads Marquart
|
f20a04b2a0
|
Move graphql_to_message -> Message._from_graphql
|
2019-03-10 19:50:06 +01:00 |
|
Mads Marquart
|
1f961b2ca7
|
Move thread parser dispatching into _client.py
I know, it's not pretty, but it doesn't belong in _graphql.py either
|
2019-03-10 19:39:22 +01:00 |
|
Mads Marquart
|
6693ec9c36
|
Move graphql_to_extensible_attachment into _message.py
|
2019-03-10 19:33:58 +01:00 |
|
Mads Marquart
|
53856a3622
|
Move attachment and subattachment dispatching to _file.py
|
2019-03-10 19:26:01 +01:00 |
|
Mads Marquart
|
cb2c68e25a
|
Move graphql_to_page -> Page._from_graphql
|
2019-03-10 17:36:41 +01:00 |
|
Mads Marquart
|
fd5553a9f5
|
Move graphql_to_group -> Group._from_graphql
|
2019-03-10 17:33:46 +01:00 |
|
Mads Marquart
|
3a5185fcc8
|
Move graphql_to_user -> User._from_graphql
|
2019-03-10 17:21:06 +01:00 |
|
Mads Marquart
|
968223690e
|
Move plan parsing to the Plan model
- Add `GuestStatus` enum
- Add `Plan.guests` property
- Made `Plan.going`, `Plan.declined` and `Plan.invited` property accessors to `Plan.guests`
|
2019-03-10 16:21:22 +01:00 |
|
Mads Marquart
|
ee207e994f
|
Move graphql_to_live_location -> LiveLocationAttachment._from_pull
|
2019-03-07 20:17:29 +01:00 |
|
Mads Marquart
|
0578ea2c3c
|
Move graphql_to_poll -> Poll._from_graphql
|
2019-03-07 19:52:29 +01:00 |
|
Mads Marquart
|
e51ce99c1a
|
Move graphql_to_poll_option -> PollOption._from_graphql
|
2019-03-07 19:47:36 +01:00 |
|
Mads Marquart
|
3440039610
|
Move graphql_to_sticker -> Sticker._from_graphql
|
2019-03-07 19:07:00 +01:00 |
|
Mads Marquart
|
279f637c75
|
Move graphql_color_to_enum -> ThreadColor._from_graphql
|
2019-03-07 18:54:38 +01:00 |
|
Mads Marquart
|
403870e39e
|
Move emojisize pull parsing into the model
|
2019-03-07 18:13:05 +01:00 |
|
Mads Marquart
|
0383d613e6
|
Move ActiveStatus pull parsing into the model
|
2019-03-07 18:12:37 +01:00 |
|
Mads Marquart
|
bc5163adaf
|
Rename utils.py -> _util.py
|
2019-02-24 23:15:12 +01:00 |
|
Mads Marquart
|
e5eccab871
|
Rename client.py -> _client.py
|
2019-02-24 23:01:26 +01:00 |
|