The SCAYLE Admin API Java SDK streamlines interactions with Admin REST APIs.
Visit the Quickstart Guide to set up the Admin API Java SDK
Visit the Docs to learn more about our system requirements.
- Java 11 or higher
Install the library via Maven or Gradle.
Add the following dependency to your POM:
<dependency>
<groupId>com.scayle.adminapi</groupId>
<artifactId>AdminAPI</artifactId>
<version>1.1.0</version>
</dependency>
Add the following dependency to your build.gradle
:
implementation "com.scayle.adminapi:AdminAPI:1.1.0"
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.
The community and core teams are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.
Licensed under the MIT