Wix Restaurants API


Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

com.wix.restaurants
Идентификатор

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

wix-restaurants-api
Последняя версия

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

1.22.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Wix Restaurants API
Wix Restaurants API
Организация-разработчик

Организация-разработчик

wix.com

Скачать wix-restaurants-api

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.wix.openrest : openrest4j-api jar 1.36.0
org.scala-lang : scala-reflect jar 2.12.4

test (2)

Идентификатор библиотеки Тип Версия
org.specs2 : specs2-core_2.12 jar 3.8.9
org.specs2 : specs2-junit_2.12 jar 3.8.9

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

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

Wix Restaurants Java SDK

Official Java client for the Wix Restaurants API.

Usage

See wix-restaurants-java-examples for common use cases:

  • Search for restaurants by location
  • Retrieve and display a restaurant's menu
  • Submit an order (pickup or delivery) to a restaurant
  • Submit an order received via a 3rd-party portal, where the customer pays the portal and not the restaurant
  • Retrieve all new orders for a restaurant, and mark them as accepted

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.restaurants</groupId>
  <artifactId>wix-restaurants-java-client</artifactId>
  <version>1.20.0</version>
</dependency>

Reporting Issues

Please use the issue tracker to report issues related to this library, or to the Wix Restaurants API in general.

License

This library uses the Apache License, version 2.0.

Additional information

We have an open attitude for working with partners, big or small. For inquiries, email dannyl@wix.com

com.wix.restaurants

Wix.com

Open-sourcing useful pieces of code

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

Версия
1.22.0
1.21.0
1.20.0