Skip to content

Commit

Permalink
new release little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quixote committed Jan 23, 2023
1 parent 7c9af6c commit e502a90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e502a90

Please sign in to comment.