File Viewer

Download
a

�<�e��@sdZddlZGdd�d�ZdS)z7Utility classes and functions for Figma API endpoints.
�Nc@s@eZdZdZdZdd�Zdd�Zed�dd	�Ze	d�d
d�Z
dS)
�Filesz9https://www.figma.com/developers/api#files-endpoints
    zhttps://api.figma.com/v1cCs||_||_dS)N��token�file_key)�selfrr�r�M/Users/pranavzagade/PycharmProjects/LuciaVision/tkdesigner/figma/endpoints.py�__init__szFiles.__init__cCsd|j�d|j�d�S)NzFiles { Token: z, File: z }r)rrrr�__str__sz
Files.__str__)�returncCshz&tj|j�d|j��d|jid�}Wn4ty@td��Yn$tjyZtd��Yn
0|��SdS)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_URLrr�
ValueError�RuntimeError�ConnectionError�json)r�responserrr�get_files�
��
zFiles.get_filecCs:tj|j�d|j�d|�d�d|jid�}|��d|S)Nz/images/z?ids=z&scale=2rr
Zimages)rrrrrr)rZitem_idrrrr�	get_image"s
�zFiles.get_imageN)�__name__�
__module__�__qualname__�__doc__rr	r
�dictr�strrrrrrrsr)rrrrrrr�<module>s