Commit 7a19e57
committed
condense platform-specific logic into one file per platform
- change retryIfInternalServerError to retryOnInternalServerErrorTimes to allow multiple times/infinite retry on internal server error
- remove redundant base64 code
Signed-off-by: Adam Ratzman <adam@adamratzman.com>1 parent fc6678a commit 7a19e57
File tree
57 files changed
+180
-481
lines changed- src
- androidMain/kotlin/com/adamratzman/spotify
- http
- utils
- commonMain/kotlin/com.adamratzman.spotify
- endpoints
- client
- public
- http
- utils
- desktopMain/kotlin/com/adamratzman/spotify
- http
- utils
- jsMain/kotlin/com/adamratzman/spotify
- http
- utils
- jvmMain/kotlin/com/adamratzman/spotify
- http
- utils
- linuxX64Main/kotlin/com.adamratzman.spotify.utils
- macosX64Main/kotlin/com.adamratzman.spotify.utils
- mingwX64Main/kotlin/com.adamratzman.spotify.utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+180
-481
lines changedLines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
| |||
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
Lines changed: 0 additions & 12 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
863 | 863 | | |
864 | 864 | | |
865 | 865 | | |
866 | | - | |
| 866 | + | |
| 867 | + | |
867 | 868 | | |
868 | 869 | | |
869 | 870 | | |
| |||
881 | 882 | | |
882 | 883 | | |
883 | 884 | | |
884 | | - | |
| 885 | + | |
885 | 886 | | |
Lines changed: 3 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | 152 | | |
163 | 153 | | |
164 | 154 | | |
| |||
622 | 612 | | |
623 | 613 | | |
624 | 614 | | |
625 | | - | |
626 | | - | |
| 615 | + | |
627 | 616 | | |
628 | 617 | | |
629 | 618 | | |
| |||
Lines changed: 0 additions & 10 deletions
This file was deleted.
0 commit comments