Wix OpenRest API for Java

openrest4j API

License

License

GroupId

GroupId

com.wix.openrest
ArtifactId

ArtifactId

openrest4j-api
Last Version

Last Version

1.39.0
Release Date

Release Date

Type

Type

jar
Description

Description

Wix OpenRest API for Java
openrest4j API
Project Organization

Project Organization

wix.com

Download openrest4j-api

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.9.5
com.fasterxml.jackson.core : jackson-annotations jar 2.9.5
com.fasterxml.jackson.core : jackson-databind jar 2.9.5
com.wix.restaurants : wix-restaurants-availability-api jar 1.9.0
com.wix.pay : smaug-client-api jar 1.8.0
com.wix.restaurants : wix-restaurants-authentication-api jar 1.12.0
org.scala-lang : scala-reflect jar 2.12.6

test (3)

Group / Artifact Type Version
com.wix.restaurants : wix-restaurants-json jar 1.7.0
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.

The OpenRest API

OpenRest is a modern system for online food ordering, enabling hungry customers to browse restaurant menus and submit delivery or take-out orders.

OpenRest offers a comprehensive public API, exposed as a standard web service that communicates JSON over HTTPS. Official libraries exist for Java (here), .NET and JavaScript.

The Java library acts as the reference implementation and implicitly defines the API.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.openrest</groupId>
  <artifactId>openrest4j-client</artifactId>
  <version>1.32.0</version>
</dependency>

License

This library uses the Apache License, version 2.0.

com.wix.openrest

Wix.com

Open-sourcing useful pieces of code

Versions

Version
1.39.0
1.37.0
1.36.0
1.35.0
1.34.0
1.33.0
1.32.0
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
1.24.0
1.23.0
1.22.0
1.18.0
1.17.0
1.16.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.0