Skip to content

🐱🐶Petstore Samples#993

Merged
baywet merged 13 commits intomicrosoft:mainfrom
PureKrome:petstore
Apr 4, 2023
Merged

🐱🐶Petstore Samples#993
baywet merged 13 commits intomicrosoft:mainfrom
PureKrome:petstore

Conversation

@PureKrome
Copy link
Contributor

@PureKrome PureKrome commented Sep 12, 2022

Resolves Kiota-135 issue.

Currently, only the dotnet sample.

| -------- | ------------ |
| [dotnet](./dotnet) | `.\kiota.exe --openapi https://petstore.swagger.io/v2/swagger.json --additional-data false --language csharp -o PetstoreClient -c PetstoreApiClient --log-level information --clean-output true --namespace-name KiotaSamples.PetStoreSdk` |
| [java](./java) | |
| [typescript](./typescript) | |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| [typescript](./typescript) | |
| [typescript](./typescript) | `kiota generate --openapi https://petstore.swagger.io/v2/swagger.json --language typescript -o src -n petstore.utilities` |

@baywet baywet marked this pull request as ready for review April 4, 2023 19:14
@baywet baywet merged commit 6021dec into microsoft:main Apr 4, 2023
@PureKrome
Copy link
Contributor Author

Thanks heaps @baywet (and team) for merging this.

At various points I tried to get other lang versions (like TS and GO) but the learning curve (for me) was too much for the tiny amount of time I had to invest in those langs.

I even tried using ChatGPT to help get me through the majority of the conversion .. but it still didn't work.

So this brings me great joy, seeing as it's been handled!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add pet store examples to the samples repo

2 participants