How to Solve NameError: name 'get_asset_members' is not defined -- ripeapi

Solution: Import the 'get_asset_members' module

# Add the following line to the top of your code
from ripeapi import get_asset_members

 

For more information:
ripeapi get_asset_members