From 44fdfaf3695592000d6d24101d920a2723e44f8a Mon Sep 17 00:00:00 2001 From: im-deviprakash Date: Tue, 27 Feb 2024 14:28:52 +0530 Subject: [PATCH] Added access token to the sdk. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d28ada76..3efdcf5f 100644 --- a/README.md +++ b/README.md @@ -45,19 +45,15 @@ Add this dependency to your project's POM: ``` -### Gradle users +### +If you want to compile it yourself, here's how: -Add this dependency to your project's build file: -```groovy - repositories { - mavenCentral() // Needed if the 'xi.sdk.resellers' jar has been published to maven central. - mavenLocal() // Needed if the 'xi.sdk.resellers' jar has been published to the local maven repo. - } +```shell +git clone https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java.git +cd xi-sdk-resellers-java +mvn install # Requires maven, download from https://maven.apache.org/download.html - dependencies { - implementation "xi.sdk.resellers:xi.sdk.resellers:1.0.0" - } ``` ### Others @@ -354,6 +350,10 @@ Authentication schemes defined for the API: It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. ## Author +-[Ingram Micro Xvantage](https://github.com/ingrammicro-xvantage) +## Contact +For any inquiries or support, please feel free to contact us at: +- Email: [xi_support@ingrammicro.com](xi_support@ingrammicro.com) \ No newline at end of file