Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 381 Bytes

get_data_header.rst

File metadata and controls

20 lines (11 loc) · 381 Bytes

Get Header

You can get your data header with the code below.

Firstly import library with the code below.

from altadata.altadata import *
client = AltaDataAPI(YOUR_API_KEY)
header = client.get_header(PRODUCT_CODE)

~altadata.AltaDataAPI.get_header returns list.