You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @TonyValenti
This is a good idea that would simplify and standardize apis across the SDK. Unfortunately, it would involve breaking changes to quite a few public apis. It is something we might consider in the future, but it is not currently on our radar. However, contributions are always welcome!
Is your feature request related to a problem? Please describe.
Many APIs have similar parameters. For example:
You will notice that common parameters, like
offset
andlimit
andfields
are in different orders and vary by type (int vs uint).Describe the solution you'd like
These should be standardized and, ideally, an "args" class introduced that allow specifying parameters in any order.
ie:
Describe alternatives you've considered
It can just be left as-is.
Additional context
None
The text was updated successfully, but these errors were encountered: