wix-incubator / openrest4j

The Openrest SDK for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Openrest SDK for Java.

License:Other


Languages

Language:Java 100.0%