There was an error while loading. Please reload this page.
Welcome to the python-nectarallocationclient wiki!
Examples:
list allocations with filtering, note multiple arguments to list are treated as AND
from nectarallocationclient import states client.allocations.list(status=states.APPROVED, contact_email='bob@example.com')
This will list all allocations that are approved with the contact email 'bob@example.com'