From 5a60cc776b051410d0d8972dca96211ebc1d61b2 Mon Sep 17 00:00:00 2001 From: dprakash2101 Date: Wed, 6 Mar 2024 15:29:49 +0530 Subject: [PATCH 1/2] Updated Readme --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9ea05013..44fd7a17 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ XI Sdk Resellers - API version: 1.0.0 - Build date: 2024-02-27T08:54:45.542575Z[Etc/UTC] -For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers. +For resellers seeking to innovate with Ingram Micro's API solutions, automate your eCommerce experience with our array of APIs and webhooks to craft a seamless journey for your customers. @@ -373,21 +373,16 @@ Class | Method | HTTP request | Description Authentication schemes defined for the API: - ### application - **Type**: OAuth - **Flow**: application -- **Authorization URL**: +- **Authorization URL**: https://api.ingrammicro.com:443/oauth/oauth20/token?grant_type=client_credentials&client_id={ClientId}&client_secret={clientSecret} +- **Method**: Get - **Scopes**: - write: allows modifying resources - read: allows reading resources - - description: - - -## Recommendation - -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) @@ -396,4 +391,4 @@ 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: [xi_support@ingrammicro.com](xi_support@ingrammicro.com) +- Email: xi_support@ingrammicro.com \ No newline at end of file From 166023095973ef743cf641d9c574e1de3ef59971 Mon Sep 17 00:00:00 2001 From: S V S K Devi Prakash Kandikonda <153610898+im-deviprakash@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:57:50 +0530 Subject: [PATCH 2/2] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..84e2962e --- /dev/null +++ b/LICENSE @@ -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.