MediaMiser's pull model
MediaMiser's pull models are Jersey 2.x domain objects and type adapters used to serialize/deserialize messages to/from MediaMiser's RESTful Pull APIs. This library is used in the pull model.
See the library's API documentation for examples on how to use each utility.
Usage
You can include this project in your own by adding the following dependency to your project's pom.xml
file:
<dependency>
<groupId>com.mediamiser</groupId>
<artifactId>pull-model</artifactId>
<version>0.0.0</version>
</dependency>
Development
To build this project, your development environment must have installed:
To test locally, check out the repository and use Maven to compile and run the tests:
user@localhost$ git clone https://github.com/MediaMiser/pull-model.git
user@localhost$ cd pull-model
user@localhost$ mvn clean test
Licensing
The MediaMiser Pull Model is licensed under the BSD 3-Clause license.
Authors and Contributors
This project was authored by @samer-albuhaisi and @cfournie at MediaMiser.