We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'