feat: migrate to Kiota client and self-made openapi spec#2
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
openapi/goaffpro-canonical.yamlsince the openapi definitions on the official page show significatn spec drift and are thus unreliable.openapi/goaffpro-canonical.yamlnow that it's a well defined spec.net9.0andnet10.0(removed .NET8, will remove .NET9 as support ends this year).checks
dotnet build GoAffPro.Client.slnx --configuration Release --no-restoredotnet test GoAffPro.Client.slnx --configuration Release --no-build --filter "Category!=Integration"dotnet test tests/GoAffPro.Client.IntegrationTests/GoAffPro.Client.IntegrationTests.csproj --filter "Category=Integration"dotnet build src/GoAffPro.Client.Generated/GoAffPro.Client.Generated.csproj -v minimal(Kiota regeneration check)Notes
/user/feed/products(timeouts, tried 30s and 90s multiple times, might be related to my empty account)/user/feed/rewards(404/non-JSON)/user/feed/transactions(500/non-JSON )/user/payouts/pendingtracked as parity endpoint also seen under/sdk/user/*not in official api spec visible