Init
- deleted _currency.CurrenciesList_ import, import example:
py
from aiocmcapi.currency import CurrenciesList
Currency
_CurrenciesList_
- now have [update_api_key] attr to update currencies, init example:
py
currencies = CurrenciesList(
cmc_ids=[1, 1027],
update_api_key="YOUR_API_KEY_HERE"
)
- added [update, update_all] methods:
py
CurrenciesList.update(c_list_id: int) updates currency in list with id in arg
CurrenciesList.update_all() updates all currencies in list
- deleted old [update] method
Other
- updated README.md, pyproject.toml