chore: Handle api v2 calls with api repository for api v2#230
Merged
sirambd merged 56 commits intoprotected/v2from Feb 18, 2026
Merged
chore: Handle api v2 calls with api repository for api v2#230sirambd merged 56 commits intoprotected/v2from
sirambd merged 56 commits intoprotected/v2from
Conversation
|
This PR/issue depends on:
|
It would have led to double slash, malforming the url
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 30 out of 30 changed files in this pull request and generated 14 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...rc/commonMain/kotlin/com/infomaniak/multiplatform_swisstransfer/network/ApiClientProvider.kt
Outdated
Show resolved
Hide resolved
...otlin/com/infomaniak/multiplatform_swisstransfer/network/exceptions/UploadErrorsException.kt
Outdated
Show resolved
Hide resolved
...kotlin/com/infomaniak/multiplatform_swisstransfer/network/repositories/UploadV2Repository.kt
Show resolved
Hide resolved
...ommonTest/kotlin/com/infomaniak/multiplatform_swisstransfer/network/ApiClientProviderTest.kt
Show resolved
Hide resolved
...mmonMain/kotlin/com/infomaniak/multiplatform_swisstransfer/network/requests/UploadRequest.kt
Show resolved
Hide resolved
...nMain/kotlin/com/infomaniak/multiplatform_swisstransfer/network/requests/v2/UploadRequest.kt
Show resolved
Hide resolved
...ain/kotlin/com/infomaniak/multiplatform_swisstransfer/network/exceptions/NetworkException.kt
Show resolved
Hide resolved
...lin/com/infomaniak/multiplatform_swisstransfer/network/exceptions/TooManyRequestException.kt
Outdated
Show resolved
Hide resolved
...ain/kotlin/com/infomaniak/multiplatform_swisstransfer/network/requests/v2/TransferRequest.kt
Outdated
Show resolved
Hide resolved
.../commonMain/kotlin/com/infomaniak/multiplatform_swisstransfer/common/utils/ApiEnvironment.kt
Show resolved
Hide resolved
LunarX
requested changes
Feb 12, 2026
...tlin/com/infomaniak/multiplatform_swisstransfer/network/repositories/TransferV2Repository.kt
Show resolved
Hide resolved
...lin/com/infomaniak/multiplatform_swisstransfer/network/exceptions/TooManyRequestException.kt
Outdated
Show resolved
Hide resolved
...nMain/kotlin/com/infomaniak/multiplatform_swisstransfer/network/requests/v2/UploadRequest.kt
Outdated
Show resolved
Hide resolved
...ain/kotlin/com/infomaniak/multiplatform_swisstransfer/network/models/ApiResponseV2Success.kt
Outdated
Show resolved
Hide resolved
LunarX
approved these changes
Feb 13, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Depends on #229