Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Feature: get attributes and their types #42

@timo-at-lanalabs

Description

@timo-at-lanalabs

def get_attributes():
headers = {
'accept': 'application/json',
'API-Key': ' ',
}

response = requests.get(f'https://cloud-backend.lanalabs.com/api/v2/logs/{log_id}/attribute-types', headers=headers)
return pd.DataFrame(response.json())

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions