eldoy / waveorb

Javascript web app development framework
https://waveorb.com
MIT License
5 stars 0 forks source link

Built in support for APIs #135

Open eldoy opened 10 months ago

eldoy commented 10 months ago

Adding an api directory similar to actions could be a good addition. There are many data APIs that behave very differently:

Many APIs need conversion, hiding sensitive data, filters.

Error logging is also important, even connection speed. Could we couple this with a database solution for errors?

eldoy commented 10 months ago

Every API has:

Build a client around this based on f.ex. axios?

eldoy commented 10 months ago

Add a converters dir for stuff like sub2user, for converting data from one format to another?