Skip to content

Commit

Permalink
Updated open api spec new java sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
im-deviprakash committed Feb 15, 2024
1 parent 90f19e0 commit 6d83fed
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENCE
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.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Building the API client library requires:
1. Java 1.8+
2. Maven (3.8.3+)/Gradle (7.2+)


## Installation

To install the API client library to your local Maven repository, simply execute:
Expand Down Expand Up @@ -45,6 +46,16 @@ Add this dependency to your project's POM:
</dependency>
```

###
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:
Expand Down Expand Up @@ -513,6 +524,12 @@ 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 6d83fed

Please sign in to comment.