-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐱🐶Petstore Samples #993
🐱🐶Petstore Samples #993
Conversation
| -------- | ------------ | | ||
| [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) | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [typescript](./typescript) | | | |
| [typescript](./typescript) | `kiota generate --openapi https://petstore.swagger.io/v2/swagger.json --language typescript -o src -n petstore.utilities` | |
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! |
Resolves Kiota-135 issue.
Currently, only the dotnet sample.