From afd4cf6627f153f3e48f5b96ded64fc85584f030 Mon Sep 17 00:00:00 2001 From: Jean Demeusy <61140535+jeandemeusy@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:03:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 52d1ad6..2b10690 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # hoprd-sdk +> [!WARNING] +> The repository is **DEPRECATED**. The content of the repo was auto-generated by `swagger-codegen`, which isn't fully async compatible. +> Instead, it should be replaced by the `aiohttp` library. See an example of such an implementation in the [monorepo](https://github.com/hoprnet/hoprnet/blob/master/sdk/python/api/hopr.py). + This Rest API enables developers to interact with a hoprd node programatically through HTTP. This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: