From 8f5aa795b5798eccf349a619921de00ec7a11bd5 Mon Sep 17 00:00:00 2001 From: im-deviprakash Date: Wed, 21 Feb 2024 12:16:55 +0530 Subject: [PATCH] Made changes in 1. Renewal Details 2. Quotes details v6 3. Quote Search 4. Product Details V6 5. Order details V6 4. Invoices search V6. --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e408baa2..1b1dd3f8 100644 --- a/README.md +++ b/README.md @@ -45,21 +45,18 @@ 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 At first generate the JAR by executing: @@ -355,6 +352,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