Update api links

This commit is contained in:
crschnick 2024-09-10 00:45:41 +00:00
parent 83b5b7b2de
commit 9092c7a509
3 changed files with 3 additions and 6 deletions

View file

@ -76,8 +76,7 @@ It currently supports:
- The XPipe API provides programmatic access to XPipes 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

View file

@ -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.

View file

@ -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.