Skip to content

Commit

Permalink
Made changes in 1. Renewal Details 2. Quotes details v6 3. Quote Sear…
Browse files Browse the repository at this point in the history
…ch 4. Product Details V6 5. Order details V6 4. Invoices search V6.
  • Loading branch information
im-deviprakash committed Feb 21, 2024
1 parent d72e64b commit 8f5aa79
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,18 @@ Add this dependency to your project's POM:
</dependency>
```

### 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:
Expand Down Expand Up @@ -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: [[email protected]]([email protected])

0 comments on commit 8f5aa79

Please sign in to comment.