a
�<�e� � @ s d Z ddlZG dd� d�ZdS )z7Utility classes and functions for Figma API endpoints.
� Nc @ s@ e Zd ZdZdZdd� Zdd� Zed�dd �Ze d�d
d�Z
dS )
�Filesz9https://www.figma.com/developers/api#files-endpoints
zhttps://api.figma.com/v1c C s || _ || _d S )N��token�file_key)�selfr r � r �M/Users/pranavzagade/PycharmProjects/LuciaVision/tkdesigner/figma/endpoints.py�__init__ s zFiles.__init__c C s d| j � d| j� d�S )NzFiles { Token: z, File: z }r )r r r r �__str__ s z
Files.__str__)�returnc C sh z&t j| j� d| j� �d| jid�}W n4 ty@ td��Y n$ t jyZ td��Y n
0 |�� S d S )Nz/files/�
X-FIGMA-TOKEN�Zheadersz5Invalid Input. Please check your input and try again.z2Tkinter Designer requires internet access to work.) �requests�get�API_ENDPOINT_URLr r �
ValueError�RuntimeError�ConnectionError�json)r �responser r r �get_file s �
��
zFiles.get_filec C s: t j| j� d| j� d|� d�d| jid�}|�� d | S )Nz/images/z?ids=z&scale=2r r
Zimages)r r r r r r )r Zitem_idr r r r � get_image"