From e502a90cebff9cfabf22be840129fb69efe2f4c0 Mon Sep 17 00:00:00 2001 From: Quixote Date: Mon, 23 Jan 2023 14:23:02 +0100 Subject: [PATCH] new release little changes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fda1784..f021e8d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![koios-python](https://user-images.githubusercontent.com/82296005/194378368-6d2de904-8eec-48bf-a0d9-37118f299470.png) -# Koios Python ![PyPI - Python Version](https://img.shields.io/badge/python-%3E%3D3.8-blue) [![PyPI - Python Version](https://img.shields.io/badge/pypi%20package-v1.1.0-green)](https://pypi.org/project/koios-python/) +# Koios Python ![PyPI - Python Version](https://img.shields.io/badge/python-%3E%3D3.8-blue) [![PyPI - Python Version](https://img.shields.io/badge/pypi%20package-v1.2.0-green)](https://pypi.org/project/koios-python/) ## Overview **Koios Python** is Python wrapper which allow interacting with all information and parameters stored on the Cardano blockchain using [Koios REST API](https://api.koios.rest/) @@ -39,11 +39,11 @@ You can read all info about how works this library in our [Wiki](https://github. ## TODO - [ ] Adding Pagination for all queries where makes sense (At the moment, there are a bunch with this feature) -- [ ] Managing errors - - [ ] Inside functions +- [x] Managing errors + - [x] Inside functions - [ ] Pagination - - [ ] User Inputs - - [ ] Timeouts + - [x] User Inputs + - [x] Timeouts - [ ] Adding Vertical Filtering - [ ] Adding Async methods