Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 728 Bytes

get-one-record.rst

File metadata and controls

30 lines (23 loc) · 728 Bytes

Get a Single Record

geneagrapher_core.record

To get a single record, use the get_record <get_record> function. If you are requesting many records, consider using get_record_inner <get_record_inner>, which allows you to reuse an aiohttp.ClientSession and optionally pass a asyncio.Semaphore to cap maximum HTTP request concurrency.

get_record

get_record_inner

Record

Cache()

CacheResult()