magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Remove all default values from Domain Proxy backend API #462

Open xbend opened 2 years ago

xbend commented 2 years ago

All values from Domain Proxy backend API must be explicitly passed in the requests, and throw errors when values are not passed.

Implicit value assignment by using defaults may create unwanted behavior or mask/hide user input/experience.