confirmedcode / Lockdown-iOS

GNU General Public License v3.0
886 stars 86 forks source link

Full Overview of Lockdown App's Own Requests #84

Open gbu117 opened 3 years ago

gbu117 commented 3 years ago

Some apps, e.g. SnowHaze, give an overview of what requests the app itself makes, and for what purpose, and give the option to disable said requests. It would be nice to be able to have an overview of what the requests lockdown makes to AWS and lockdownhq.com are for and to have an option to disable any that the user doesn't feel they need, so the app itself doesn't itself generate network requests unless the user enables the functionality.

hijohnnylin commented 3 years ago

There are only 3-4 API calls in total, and they are in two places: 1) The code under Client.swift - extremely easy-to-read code for the network calls 2) All server-side APIs are fully documented at the server repo: https://github.com/confirmedcode/Main

@gbu117 would you like to contribute by documenting it more formally here? Happy to take a pull request.