To speed up the frontend development process, the process of performing API calls should be simplified. This project deals with the generation of code, which is responsible for the simplification.
Supplement
This feature was implemented in TypeScript and can be split up in two parts: First, all information about the API endpoints are collected. Then, code must be generated in a way so that those endpoints can directly be called by developers. The code generation is implemented using the Compiler API of TypeScript.
Subject description
Usually, for an API call, how to call the API endpoint and which data is necessary must be known. Frontend developers need time to research that information. The implemented feature should include extra call possibilites where the developer does not need to search for that information. This is possible by generating code containing that information.