Open Movie Database API

Very thin wrapper around http://www.omdbapi.com

Лицензия

Лицензия

Группа

Группа

org.ronsmits
Идентификатор

Идентификатор

omdbapi
Последняя версия

Последняя версия

0.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Open Movie Database API
Very thin wrapper around http://www.omdbapi.com
Система контроля версий

Система контроля версий

https://github.com/ronsmits/omdbapi4j

Скачать omdbapi

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.json : json jar 20090211
org.apache.httpcomponents : httpclient jar 4.2.2
junit : junit jar 4.11
com.fasterxml.jackson.core : jackson-core jar 2.1.2
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar 2.1.2

Модули Проекта

Данный проект не имеет модулей.

Build Status Stories in Ready

This is a very thin layer around the http://omdbapi.com rest services. Everything is build around the Omdb object:

List<SearchResults> results = new Omdb().search("Star Wars");

Will return at most 10 results of that have star wars in the title.

List<SearchResuls> results = new Omdb().year(1982).type(MovieType.movie).search("blade runner");

Will search for all entries from the year 1982 with type MovieType.movie and title blade runner

See the test cases for more examples.

Версии библиотеки

Версия
0.5.0