f-f / gogolica

Auto-generated Google APIs for Clojure
Eclipse Public License 1.0
2 stars 0 forks source link

Make optional parameters an actually optional argument #24

Open f-f opened 6 years ago

f-f commented 6 years ago

All the methods have an optional-parameters map in the end, which contains the optional parameters, but it's not optional in itself, and it has to be specified even when empty. This makes for an awkward UI.

We should have an additional arity, where that map is actually optional.