#Section1
- Find the ATMTest.kt in folder section 1
#Section2
- Find the module as apimodule which handle all 4 apis
#Section3
- Android Project to display list of appointments
- There was ssl connection error on the api which I have resolved using safe signing and downloading certificate. Not sure if this was intended task. But I wasn't able to get the response successfully without using this.
- Used MVVM pattern.
- The MainViewModel holds the data which is observed for changes by MainActivity.
- In case of any server error or other errors, it will be logged. Haven't handled error as it was out of scope of this assignment.