kbss-cvut / s-pipes-editor-ui

MIT License
0 stars 0 forks source link

Use axios library for API requests #86

Closed palagdan closed 1 week ago

palagdan commented 1 week ago

Move the rest folder from the components folder to a separate /api folder because rest is not a reusable UI component, and placing it in an /api folder makes the structure more semantically correct.

Use the axios library instead of fetch due the following benefits:

blcham commented 1 week ago

@palagdan I agree, but we should discuss it ... mainly about the way we consume JSON-LD based REST API