Is your feature request related to a problem? Please describe.
Currently the app does to much handling of the actual parsing: The generation of the user data, and the creation of the request are done in the app part of the repository, but should be handled in the library.
Describe the solution you'd like
Factor the parsing parts out of the app and add them to the library.