List Records Asynchronously =========================== Prerequisites ------------- * ``imednet`` package installed * Access to an iMednet environment Environment variables --------------------- .. code-block:: bash export IMEDNET_API_KEY export IMEDNET_SECURITY_KEY export IMEDNET_BASE_URL (optional) Description ----------- Demonstrate asynchronous record retrieval. .. literalinclude:: ../../examples/async/get_records_async.py :language: python