summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadREST/ApiHandlers/RESTAPIProxy.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-06-04Remove unnecessary casts statementsBug Magnet1-6/+6
2025-06-04Make API check use mullvad ios in debug buildsBug Magnet1-0/+8
2025-05-22Migrate legacy storekit payment to Mullvad APIJon Petersson1-0/+10
2025-05-08Add storekit 2 functions to mullvad apiSteffen Ernst1-0/+19
2025-04-08Add mullvad api implementation for account proxyJon Petersson1-31/+0
2025-03-31Move Mullvad API functions to new fileJon Petersson1-130/+0
2025-03-31Tie rust and Swift side togetherJon Petersson1-3/+55
2025-03-03Send API requests across app/packet tunnel boundaryJon Petersson1-3/+2
2025-03-03Add retry strategy to mullvad apiEmīls1-2/+1
2025-02-21Implement an FFI to fetch API IP addresses using mullvad-apiJon Petersson1-0/+33
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-16/+16
2024-09-10Store the raw JSON payload from the getRelays API callJon Petersson1-3/+4
2023-12-11Categorize files based on functionalitiesmojganii1-0/+355