mwoynarski
Results
2
comments of
mwoynarski
It's less about making `NodeMenu` extensible as it is making `NodeMenuItem` extensible. A year and a half on, I don't recall all the intricacies of the problem, but the basic...
This method seems to have been deprecated; you now need to retrieve events by organization: `$client->get('/organizations/{organization_id}/events/');` You can find the IDs for your organizations using `$client->get('/users/me/organizations/');`