awesome Erik, thank you.
That’s interesting, what seems faster - app/site loading I assume?
@ambled thanks for testing. Looks like the build works reasonably on Windows, Mac and Linux which is shockingly good!
I take a day off and you guys get real busy.
This is great to see, and the progress with AntTP too. I think it would be good to begin convergence on REST APIs as we seem to be duplicating more now. Maybe at some point one can be retired, but for now I think it’s good to have separate strands.
@Traktion I’m assuming your API is a more standard mapping to Autonomi. Mine is one-to-one too, pretty much but has extras built in to simplify app development (eg with named objects and per type key derivation, extra control via custom headers etc).
What we could do is put a common REST API together on the same path that is as close to Autonomi as possible, and move anything that has extras onto a separate path.
So for example, standard on /ant-0, my enhanced equivalents on /dweb-0 your on /anttp-0 and go from there. Just using those as examples, happy to adjust if you’re in.
In time we might decide to migrate some of the extras into /ant-0 in response to developers.
Developers could build on a common REST API that works with either dweb or AntTP, or for just one of them if they prefer.
What do you think?