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
This makes it a bit redundant to have all these imports everywhere, and I end up with files with +20 imports.
IMHO it would be nice to have some glue factory so we can do something like:
I think any of those would improve the SDK quite a bit and make it way more usable, especially if some auto-complete is added to make it easy when typing api. what to write next ;)
Thoughts ?
The text was updated successfully, but these errors were encountered:
Hi @ocervell , these are all fair and excellent suggestions. I do agree that doing the several imports is a pain (it's annoying for us to type it in the docs even - haha). However, fixing this would take quite some time, and we are already very occupied with our current roadmap.
So we shall wait until this has more thumbs up, or if someone else does an OS contribution.
Currently I have to import all the recipe APIs like:
This makes it a bit redundant to have all these imports everywhere, and I end up with files with +20 imports.
IMHO it would be nice to have some glue factory so we can do something like:
Even better (but probably harder to implement in the current state, it is nice to get a CRUD-like interface verbs like:
I think any of those would improve the SDK quite a bit and make it way more usable, especially if some auto-complete is added to make it easy when typing
api.
what to write next ;)Thoughts ?
The text was updated successfully, but these errors were encountered: