nathakits / spottie-figma-plugin

Spottie - A plugin for inserting Spotify artists and track images directly in Figma
MIT License
7 stars 1 forks source link

improve api calls #9

Open nathakits opened 3 years ago

nathakits commented 3 years ago

use async and await and make it more modular.

something like this

const token = await getToken() const response = await search(token, params)