RubenNijhuis/Transcendence

[FRONT_END] Request wrapper

Opened this issue · 0 comments

Due to database limitations some types will have to be converted from string to their complex types. Ideally this is an automatic process that doesn't disrupt development on neither the back-end or front-end.

The idea is that we implement → Axios and create our own wrapper function that checks what the returned data type is. If this datatypes requires certain "transformations" we perform those.