Releases: the-praxs/DeFiLlama-Curl
Releases · the-praxs/DeFiLlama-Curl
DeFiLlama-Curl v2.0.1
DeFiLlama-Curl v2.0.0
Since the DeFiLlama API was updated with many endpoints, this Python wrapper is built from the ground up and updated to include all the modules and their functionalities for those endpoints.
The major changes are as follows:
- Updated the init file to include the package description and modules that can be imported.
- Updated the package version in the version file.
- Added the utils helper function that includes the get requests and the argument parsing functions.
- Set utils file against improper import.
- Modified the package into different module files that can be imported and used as needed.
- Added docstrings for the module functions using restructured text style.
- Created docs for the package using Sphinx and uploaded them on readthedocs.io.
- Updated .gitignore to exclude docs/build directory.
- Updated README.md to include the updated package details.