TexteaInc / funix

Building web apps without manually creating widgets
http://funix.io
MIT License
89 stars 10 forks source link

follow RESTful API #42

Open himself65 opened 1 year ago

himself65 commented 1 year ago

make GET /list to GET / make GET /param/{id} to GET /{id} make POST /call/{id} to POST /{id}

TURX commented 1 year ago

They are /param{PATH} and /call/{id}, which are different. Still need to merge to GET and POST?

himself65 commented 1 year ago

Yes, the reason is we will make a single user function into a serverless-like function, so each function path should handle all cases requested by client

himself65 commented 1 year ago

Please add this feature to the dev branch. Let me try the stability of this