xpipe/api/README.md

20 lines
990 B
Markdown
Raw Normal View History

2022-11-24 20:43:30 +13:00
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.xpipe/xpipe-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.xpipe/xpipe-api)
[![javadoc](https://javadoc.io/badge2/io.xpipe/xpipe-api/javadoc.svg)](https://javadoc.io/doc/io.xpipe/xpipe-api)
2022-06-18 10:29:41 +12:00
## X-Pipe Java API
The X-Pipe API for Java allows you to use most of the X-Pipe functionality from Java applications:
- Create data stores and data sources
- Query and work with the contents of data sources
2022-11-24 20:43:30 +13:00
- Write data to data sources
2022-06-18 10:29:41 +12:00
## Setup
2022-11-24 20:43:30 +13:00
Either install the [maven dependency](https://maven-badges.herokuapp.com/maven-central/io.xpipe/xpipe-api) from Maven Central
using your favourite build tool or alternatively download the `xpipe-api.jar`, `xpipe-core.jar`, and `xpipe-beacon.jar`
2023-01-27 15:34:46 +13:00
from the [releases page](https://github.com/xpipe-io/xpipe/releases/latest) and add them to the classpath.
2022-06-18 10:29:41 +12:00
2022-11-24 20:43:30 +13:00
## Usage
See [the API documentation](https://xpipe-io.readthedocs.io/en/latest/dev/api/java/index.html).