Generating an API client for an Angular Ionic App
Von Jan Weiß am 15.01.2025
A very common setup is to have a frontend application which interacts with a REST API. Creating requests to the backend might seem like a useless and error-prone exercise. Because it is! In this article, I will show you how to generate an API client for your frontend application. Specifically, I will show you how […]