Skip to content

Commit 347d4fa

Browse files
authored
Update product API (#11)
* Update README to include go-swagger installation instructions * Update product API * Generate types * Add `APIOnly` field to `ProductOffer` model * Add additional fields to ProductPrice model
1 parent c26f628 commit 347d4fa

File tree

57 files changed

+12137
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+12137
-268
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,13 @@ Use Fortifi
3737

3838
fmt.Printf("Customers First Name is %s\n", response.Payload.FirstName)
3939

40+
```
41+
42+
## Prerequisite: Install go-swagger
43+
44+
Before generating code, ensure you have the correct tap for go-swagger:
45+
46+
```sh
47+
brew tap go-swagger/go-swagger
48+
brew install go-swagger
4049
```

client/products/delete_products_groups_product_group_fid_products_product_fid_parameters.go

Lines changed: 167 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)