Open fahrradflucht opened 8 years ago
Note that this PR is already based on #28.
@mckernanin I would merge this but I think it would be great if I could get a second per of eyes before that. Could you give a quick review?
Let me know if you need any additional information or context to make this easier for you.
I will check it out
In some cases the cost of fetching the menus first and then only fetching the items for the menus that are needed by id are higher then fetching them all at once. It's now possible to specify an
items
argument to indicate whether to fetch the menu items as well or not.Since it defaults to false this change would be non breaking.
Note that this change is currently V2 only.