Async Lines Module API
API reference for asynchronous line workflows.
BriteCore v2 Async Lines API endpoint wrappers.
Asynchronous counterparts to the synchronous wrappers in lines.py. Uses AsyncBritecoreAPIClient for non-blocking HTTP requests.
- Provides:
aget_export_line_files_stitched – Async fetch and stitch line file exports.
- async britecore_sdk.api.api_calls.v2.async_lines.aget_export_line_file(line, include_custom_sequences=False, **kwargs)[source]
Retrieve export-line file data for a single line asynchronously.
POST /api/v2/lines/get_export_line_file
- Parameters:
line (tuple)
include_custom_sequences (bool)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- async britecore_sdk.api.api_calls.v2.async_lines.aget_export_line_files_stitched(lines, max_concurrent=2, include_custom_sequences=False, **kwargs)[source]
Fetch export data for multiple lines asynchronously and stitch the results..
- Parameters:
lines (list[tuple])
max_concurrent (int)
include_custom_sequences (bool)
kwargs (Unpack[RequestParameters])
- Return type:
dict[str, Any]