Skip to content

stuckless/sagetv-sagex-api

Repository files navigation

sagetv-sagex-api

SageTV APIs for Java and REST services.

https://github.com/stuckless/sagetv-sagex-api/wiki/REST-APIs-using-sagex-api

Building

Check out source code and then configure the project and SageTV dependencies

# ./gradlew configure

If using IntelliJ then just open the build.gradle as the project.

If using eclipse, then run the following command and then import the project

# ./gradlew cleanEclipse eclipse

Packaging

# ./gradlew dist

Re-generating API

# ./gradlew generateApi

Re-generating JavaDocs

# ./gradlew gendocs