MediaMiser RESTful Pull API Models

Domain model objects and adapters for MediaMiser's RESTful APIs that provide pull-based streaming data.

License

License

BSD 3-Clause
GroupId

GroupId

com.mediamiser
ArtifactId

ArtifactId

pull-model
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

MediaMiser RESTful Pull API Models
Domain model objects and adapters for MediaMiser's RESTful APIs that provide pull-based streaming data.
Project Organization

Project Organization

MediaMiser Ltd

Download pull-model

How to add to project

<!-- https://jarcasting.com/artifacts/com.mediamiser/pull-model/ -->
<dependency>
    <groupId>com.mediamiser</groupId>
    <artifactId>pull-model</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mediamiser/pull-model/
implementation 'com.mediamiser:pull-model:0.0.1'
// https://jarcasting.com/artifacts/com.mediamiser/pull-model/
implementation ("com.mediamiser:pull-model:0.0.1")
'com.mediamiser:pull-model:jar:0.0.1'
<dependency org="com.mediamiser" name="pull-model" rev="0.0.1">
  <artifact name="pull-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mediamiser', module='pull-model', version='0.0.1')
)
libraryDependencies += "com.mediamiser" % "pull-model" % "0.0.1"
[com.mediamiser/pull-model "0.0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-client jar 2.6
cz.jirutka.validator : validator-collection jar 2.1.3
com.wordnik : swagger-annotations jar 1.3.5
javax.validation : validation-api jar 1.1.0.Final
com.google.guava : guava jar 14.0.1
org.apache.commons : commons-lang3 jar 3.1
org.slf4j : slf4j-api jar 1.7.7

test (6)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.7
log4j : log4j jar 1.2.17
junit : junit jar 4.12
javax.el : javax.el-api jar 2.2.4
com.mediamiser : avogadro jar 1.0.3
io.takari.junit : takari-cpsuite jar 1.2.7

Project Modules

There are no modules declared in this project.

MediaMiser's pull model

Build Status Coverage Status

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.

com.mediamiser

MediaMiser

Versions

Version
0.0.1
0.0.0