Hello @ced,
What’s the recommended way for someone to expose a REST-like api for tryton now?Since the REST API being discussed here isn’t available yet. Can User Application be used to expose a minimal REST API for each module? or is flask-tryton the better approach?
I am exploring the possibility of accessing the tryton backend from Remix through a REST API. I think being able to directly expose urls from tryton without using flask is much less complexity to deal with since my API responses will be purely JSON (no html or templating or anything).
Your thoughts and ideas will be highly appreciated.
Thanks,