Programmatically load developer apps based on the drupal user Id, is it possible with current Edge module or with current php sdk?
Their is an option to load multiple
$apps = DeveloperApp::loadMultiple()
And an option to load based on raw id of apigee developer
\Drupal::entityTypeManager()->getStorage('developer_app')->loadByProperties(['developerId' => <raw-id-of-developer-on-apigee>]);Is their any way to load via drupal user id?