Wix Restaurants JSON-over-HTTP client


License

License

Categories

Categories

Ant Build Tools CLI User Interface JSON Data
GroupId

GroupId

com.wix.restaurants
ArtifactId

ArtifactId

wix-restaurants-jsonclient
Last Version

Last Version

1.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

Wix Restaurants JSON-over-HTTP client
Wix Restaurants JSON-over-HTTP client
Project URL

Project URL

https://github.com/wix/wix-restaurants-jsonclient
Project Organization

Project Organization

wix.com
Source Code Management

Source Code Management

https://github.com/wix/wix-restaurants-jsonclient

Download wix-restaurants-jsonclient

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.wix.restaurants : wix-restaurants-json jar 1.7.0
com.google.http-client : google-http-client jar 1.23.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 JSON Client

Low-level client for Wix Restaurants services, implements a JSON/RPC-like protocol.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.restaurants</groupId>
  <artifactId>wix-restaurants-jsonclient</artifactId>
  <version>1.9.0</version>
</dependency>

Reporting Issues

Please use the issue tracker to report issues related to this library.

License

This library uses the Apache License, version 2.0.

com.wix.restaurants

Wix.com

Open-sourcing useful pieces of code

Versions

Version
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0