Skip to content

Commit

Permalink
Add swagger input file
Browse files Browse the repository at this point in the history
  • Loading branch information
moyinoluwalogo committed Sep 26, 2024
1 parent d2b5165 commit 821f5d9
Show file tree
Hide file tree
Showing 2 changed files with 28,490 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: dotnet tool install --global Microsoft.OpenApi.Kiota

- name: Generate client
run: kiota generate -n Ledgerscope -l csharp -d swagger.yaml -o ./output/LedgerscopeApi
run: kiota generate -n Ledgerscope.Api -l csharp -d swagger.yaml -o ./output/LedgerscopeApi

- name: Create csproj file
working-directory: ./output/LedgerscopeApi
Expand Down
Loading

0 comments on commit 821f5d9

Please sign in to comment.