Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 236b31b

Browse files
Merge pull request #83 from cqse/ts/37607_deprecation_notice
Add deprecation notice to README
2 parents b045c4b + d3a966f commit 236b31b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A simple client to access Teamscale's REST API written in Python
44
Find the documentation here:
55
http://cqse.github.io/teamscale-client-python
66

7+
> [!CAUTION]
8+
> The Teamscale Python Client is **deprecated** since February 2024.
9+
> If you need to interact with [Teamscale's REST API](https://docs.teamscale.com/reference/rest-api/) using Python (or any other programming language), we recommend that you generate an appropriate client from the OpenAPI specification accessible within Teamscale (_?_ > _API Reference_ > _OpenAPI specification_).
10+
> This approach offers two benefits:
11+
> You get full access to Teamscale's extensive REST API and you are not restricted to Python but can use a programming language of your choice.
12+
713

814
# Installation
915

0 commit comments

Comments
 (0)