Wix OpenRest Client for Java

openrest4j Client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.wix.openrest
ArtifactId

ArtifactId

openrest4j-client
Last Version

Last Version

1.39.0
Release Date

Release Date

Type

Type

jar
Description

Description

Wix OpenRest Client for Java
openrest4j Client
Project Organization

Project Organization

wix.com

Download openrest4j-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.wix.openrest : openrest4j-api jar 1.39.0
com.wix.restaurants : wix-restaurants-jsonclient jar 1.9.0
org.scala-lang : scala-reflect jar 2.12.6

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.

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