Java
Instructions on how to install and use the MetaCopier API Client package
Working on it... well be published soon
Install OpenAPI Generator CLI
See instructions under Generation
Create API Key from metacopier.io
To generate yourself an API Key please navigate to metacopier.io > Your Projects > (Choose a project) > API Keys
Note: Please do not share your API Key to people whom you don't trust.
Requirements
Building the API client library requires:
Java 1.8+
Maven/Gradle
Execute CLI command
Execute the following command to generate the SDK package:
Using the package
To install the API client library to your local Maven repository, simply execute:
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
Refer to the OSSRH Guide for more information.
Maven users
Add this dependency to your project's POM:
Gradle users
Add this dependency to your project's build file:
Others
At first generate the JAR by executing:
Then manually install the following JARs:
target/api-1.0.0.jar
target/lib/*.jar
Example Program
Replace the "YOUR-API-KEY" with your own and run the code:
What endpoints can I call?
To check all available endpoints see REST API
Need more help?
Check the README.md for further information
Last updated