diff --git a/README.md b/README.md index 81805ac2..ade164d7 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,7 @@ It currently supports: - The XPipe API provides programmatic access to XPipe’s features via an HTTP interface - Manage all your remote systems and access their file systems in your own favorite programming language -- Either call the API directly or with the help of a community-made library, such as: - * https://github.com/coandco/python_xpipe_client +- Either call the API directly or with the help of the [python library](https://github.com/xpipe-io/xpipe-python-api) - Full documentation can be either found in the application itself under the API tab or in the [OpenAPI](/openapi.yaml) spec file # Downloads diff --git a/app/src/main/resources/io/xpipe/app/resources/misc/api.md b/app/src/main/resources/io/xpipe/app/resources/misc/api.md index 0fb4a6f3..f8acaf00 100644 --- a/app/src/main/resources/io/xpipe/app/resources/misc/api.md +++ b/app/src/main/resources/io/xpipe/app/resources/misc/api.md @@ -31,8 +31,7 @@ You can get started by either using this page as an API reference or alternative The XPipe application will start up an HTTP server that can be used to send requests. Note that this server is HTTP-only for now as it runs only on localhost. HTTPS requests are not accepted. -You can either call the API directly or use one of the following community-made libraries: -- [https://github.com/coandco/python_xpipe_client](https://github.com/coandco/python_xpipe_client) +You can either call the API directly or using the python API at https://github.com/xpipe-io/xpipe-python-api. To start off with the API, you can query connections based on various filters. With the matched connections, you can start remote shell sessions for each one and run arbitrary commands in them. diff --git a/openapi.yaml b/openapi.yaml index 1db378cd..ea39b7bf 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10,8 +10,7 @@ info: The XPipe application will start up an HTTP server that can be used to send requests. Note that this server is HTTP-only for now as it runs only on localhost. HTTPS requests are not accepted. - You can either call the API directly or use one of the following community-made libraries: - - [https://github.com/coandco/python_xpipe_client](https://github.com/coandco/python_xpipe_client) + You can either call the API directly or using the python API at https://github.com/xpipe-io/xpipe-python-api. To start off with the API, you can query connections based on various filters. With the matched connections, you can start remote shell sessions for each one and run arbitrary commands in them.