This is a small test client application that communicates with the https://steuerwebprelive.buhl.de/demoservice/rest API.
The chosen architecture is MVC+C with UIKit and Storyboard. The views are seperated in Scenes. Each Scene consists of at least one UIViewController, a Storyboad and a Controller. The Controller can have multiple Controllers.
The network layer consists of a NetworkManager and works with EndPoints. Each API call has its own EndPoint struct that contains all relevant information needed to create a URLRequest.
Willy Breitenbach
For private use only. Copyright by Willy Breitenbach