-
Notifications
You must be signed in to change notification settings - Fork 0
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
Querying reverses with gitauto model #198
Querying reverses with gitauto model #198
Conversation
❌ Build GuiStracini.Mandae 8.0.554 failed (commit c18a5e56e9 by @gitauto-ai[bot]) |
❌ Build GuiStracini.Mandae 8.0.568 failed (commit 9a9e0004c5 by @guibranco) |
❌ Build GuiStracini.Mandae 8.0.596 failed (commit ad553261fa by @gstraccini[bot]) |
❌ Build GuiStracini.Mandae 8.0.601 failed (commit 3cc10791c2 by @gstraccini[bot]) |
❌ Build GuiStracini.Mandae 8.0.602 failed (commit 7eec9a965b by @gstraccini[bot]) |
❌ Build GuiStracini.Mandae 8.0.604 failed (commit 7eec9a965b by @gstraccini[bot]) |
@gstraccini appveyor build commit |
@gstraccini appveyor build pull request |
AppVeyor build (pull request) started! 🚀 Build ID: 50495205 |
AppVeyor build (commit) started! 🚀 Build ID: 50495206 |
❌ Build GuiStracini.Mandae 8.0.605 failed (commit 7eec9a965b by @gstraccini[bot]) |
❌ Build GuiStracini.Mandae 8.0.625 failed (commit b7617c9a2a by @gstraccini[bot]) |
Original issue: #2
What is the feature
Enable querying reverses using V1 API.
Why we need the feature
Currently, the V1 API does not support querying reverses, which limits the functionality and usability of the API for users who need to perform reverse queries. Adding this feature will enhance the API's capabilities and provide a more comprehensive solution for users.
How to implement and why
Define Request and Response Models:
SearchReverseRequest.cs
andSearchReverseResponse.cs
inSrc/GuiStracini.Mandae/Transport/V1
.Update Client Interface:
IMandaeClient.cs
to include a method signature for querying reverses.Implement Client Method:
MandaeClient.cs
to implement the new method defined in the interface.Service Factory Update:
ServiceFactoryV1.cs
to include the creation of services related to reverse querying.Add Unit Tests:
Tests/GuiStracini.Mandae.Tests/V2
to verify the functionality of the reverse querying feature.By following these steps, we can ensure that the feature is implemented in a structured and maintainable way, enhancing the API's functionality and providing value to the users.
Test these changes locally