Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.1 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.1 KB

scayle-logo-cr

SCAYLE Admin API SDK

The SCAYLE Admin API Java SDK streamlines interactions with Admin REST APIs.

SCAYLE's **Admin API SDK is released under the MIT license.

Getting Started

Visit the Quickstart Guide to set up the Admin API Java SDK

Visit the Docs to learn more about our system requirements.

Requirements

  • Java 11 or higher

Installation

Install the library via Maven or Gradle.

Maven

Add the following dependency to your POM:

<dependency>
    <groupId>com.scayle.adminapi</groupId>
    <artifactId>AdminAPI</artifactId>
    <version>1.1.0</version>
</dependency>

Gradle

Add the following dependency to your build.gradle:

implementation "com.scayle.adminapi:AdminAPI:1.1.0"

What is Scayle ?

SCAYLE is a full-featured e-commerce software solution that comes with flexible APIs. Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.

Learn more about Scayles’s architecture and commerce modules in the Docs.

Community

The community and core teams are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.

Other channels

License

Licensed under the MIT