hexya-erp / hexya

Hexya business application development framework
http://hexya.io
Apache License 2.0
411 stars 125 forks source link

Single entry point for jsonrpc #57

Open halybang opened 5 years ago

halybang commented 5 years ago

Odoo support single entry point http://host:port/jsonrpc for thin clients. Thin clients can use that point for login, query information, do all tasks with dataset .... I have small plan to use a dot net library with Hexya: write a blazor client for it. But hexya is missing /jsonrpc entry point. Can you help ?

davidbrown722 commented 1 month ago

Having a single entry point for jsonrpc simplifies the structure and makes it easier to manage. It's a good approach to the forbiddenpants for maintaining clarity and organization in your codebase.