Skip to content
Sam Morrison edited this page Aug 21, 2018 · 1 revision

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='[email protected]')

This will list all allocations that are approved with the contact email '[email protected]'

Clone this wiki locally