From 7faf3133dc9aab34745be0bfeae485861af3918e Mon Sep 17 00:00:00 2001 From: Hugo Cachitas Date: Mon, 1 Apr 2024 20:52:26 +0100 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 279efd2..defba33 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,12 @@ Here are some important points to have in mind when using `stringx`: - Latest API version tested and targeted by default. - You should identify yourself beforehand. -- `POST` requests whenever possible as recommended. -- _Currently_, only `json` format supported. +- POST requests whenever possible as recommended. +- _Currently_, only JSON format is supported. - When applicable, `species` field is mandatory. - Use a custom `stringx.Client()` if you plan to make multiple calls or need to target a previous API version. ```python -import stringx - with stringx.Client(base_url="https://version-11-0.string-db.org") as db: # remember to disambiguate identifiers first if needed network_1 = db.network(identifiers_1, species=7227)