edgee-cloud / edgee

The full-stack edge platform for your edge oriented applications.
https://www.edgee.cloud
Apache License 2.0
37 stars 6 forks source link

Improve request arguments #110

Closed SachaMorard closed 1 month ago

SachaMorard commented 1 month ago

Many functions take many arguments from the query.

It would be preferable to create a “query” object containing all useful data, which would be passed to all functions instead of all these arguments.