Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to build a drupal module with apigee php sdk

Hi,

I'm very new to drupal module development and php. How do I use the edge-php-sdk in a custom drupal module in the developer portal?

For example I'm trying to use listRoles() and getUserByRole(). Is there some sort of config that is required?

Solved Solved
0 4 1,504
1 ACCEPTED SOLUTION

calling devconnect_init() does the trick but a number of the other devconnect methods call devconnect_init() so you may not need to call it directly.

View solution in original post

4 REPLIES 4