Commit f903180
Refactor SDK to be more object oriented (#71)
* Update outbound documentation link
* Initial refactoring
* Continued refactoring
* Complete initial refactor
* WIP fixing tests
* Remove extra return
* Continue refactoring
* Fix asset.from_url()
* Clean up example
* Fix iteration problems in python 3.8.6
* fix ClientVersion version staticmethod for py27
* Fix integration test
* get_folder -> get_children
* Fix integration test downloads
* Fix format_headers for py27
* Fix all staticmethods for py27
Co-authored-by: Lezou Dali <ldali@frame.io>1 parent 6fb261d commit f903180
23 files changed
Lines changed: 902 additions & 742 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
| 109 | + | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
0 commit comments