summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api/src/rest.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-05-11Check status in API response body to determine whether a device has been revokedDavid Lönnhager1-1/+0
2022-04-26Rotate the API endpoint when bridge constraints changeDavid Lönnhager1-0/+7
2022-04-19Track API calls in device managerEmīls1-1/+1
Instead of blocking the device manager on API calls, the API calls are now serviced concurrently, allowing users of the device manager to retrieve data without blocking.
2022-04-11Refactor long-running timers and use talpid-time for suspend-awareDavid Lönnhager1-42/+32
clocks
2022-03-23Rename mullvad-rpc to mullvad-apiDavid Lönnhager1-0/+694