Skip to content

Commit

Permalink
Added Async Order Create and Removed Quote to order.
Browse files Browse the repository at this point in the history
  • Loading branch information
dprakash2101 committed Apr 8, 2024
1 parent fa6fa21 commit bd89b1c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
# Installation
To install the package use:
```sh
go get -u github.com/ingrammicro-xvantage/xi-sdk-resellers-go

```
Install the following dependencies:

```sh
Expand All @@ -20,10 +24,13 @@ go get golang.org/x/oauth2
go get golang.org/x/net/context
```


Put the package under your project folder and add the following in import:

```go
import xi_sdk_resellers "github.com/GIT_USER_ID/GIT_REPO_ID"
import xi_sdk_resellers "github.com/ingrammicro-xvantage/xi-sdk-resellers-go"
```

```
To use a proxy, set the environment variable `HTTP_PROXY`:
Expand Down Expand Up @@ -72,6 +79,9 @@ ctx = context.WithValue(context.Background(), xi_sdk_resellers.ContextOperationS
},
})
```
## Getting Started

Quickstart on creating an application can be found [here](getting-started.md)

## Documentation for API Endpoints

Expand Down Expand Up @@ -353,6 +363,12 @@ Each of these functions takes a value of the given basic type and returns a poin
* `PtrTime`

## 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


0 comments on commit bd89b1c

Please sign in to comment.