Skip to content

Commit

Permalink
Merge branch 'main' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
im-deviprakash committed Feb 15, 2024
2 parents 6d83fed + 3e8423f commit 8e248a0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Ingram Micro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,14 @@ Add this dependency to your project's POM:
###
If you want to compile it yourself, here's how:


```shell
git clone [email protected]:ingrammicro-xvantage/xi-sdk-resellers-java
cd xi-sdk-resellers-java
mvn install # Requires maven, download from https://maven.apache.org/download.html

```

### Gradle users

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.
}
dependencies {
implementation "xi.sdk.resellers:xi.sdk.resellers:1.0.0"
}
```

### Others

Expand All @@ -84,6 +71,8 @@ Then manually install the following JARs:
* `target/xi.sdk.resellers-1.0.0.jar`
* `target/lib/*.jar`



## Getting Started

Please follow the [installation](#installation) instruction and execute the following Java code:
Expand Down Expand Up @@ -530,6 +519,7 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea

For any inquiries or support, please feel free to contact us at:


- Email: [[email protected]]([email protected])


0 comments on commit 8e248a0

Please sign in to comment.