Wix Restaurants API


License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.wix.restaurants
ArtifactId

ArtifactId

wix-restaurants-api
Last Version

Last Version

1.22.0
Release Date

Release Date

Type

Type

jar
Description

Description

Wix Restaurants API
Wix Restaurants API
Project Organization

Project Organization

wix.com

Download wix-restaurants-api

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.wix.openrest : openrest4j-api jar 1.36.0
org.scala-lang : scala-reflect jar 2.12.4

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.12 jar 3.8.9
org.specs2 : specs2-junit_2.12 jar 3.8.9

Project Modules

There are no modules declared in this project.

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 [email protected]

com.wix.restaurants

Wix.com

Open-sourcing useful pieces of code

Versions

Version
1.22.0
1.21.0
1.20.0