Skip to content

NXC-267: Add customer person methods - #14

Merged
raymens merged 1 commit into
mainfrom
267_customerperson_methods
Jun 8, 2026
Merged

raymens merged 1 commit into
mainfrom
267_customerperson_methods

Conversation

@AsimaksiAnt

Copy link
Copy Markdown
Contributor

Introduce new methods to our SDK for the customer person endpoints

Copilot AI review requested due to automatic review settings June 5, 2026 07:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a new “Customer Person” service surface to the SDK to support customer person endpoints, including request/response models and wiring the service into NexusAPIService.

Changes:

  • Introduces ICustomerPersonService and CustomerPersonService with create/list/update/delete operations.
  • Adds CustomerPerson accessor to NexusAPIService.
  • Adds new customer person request/response models (CustomerPerson.cs).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.

File Description
src/Nexus.Crypto.SDK/Services/ICustomerPersonService.cs Adds the public service interface for customer person endpoints.
src/Nexus.Crypto.SDK/Services/CustomerPersonService.cs Implements HTTP calls for customer person create/list/update/delete endpoints.
src/Nexus.Crypto.SDK/NexusAPIService.cs Exposes the new CustomerPerson service from the SDK entry-point service.
src/Nexus.Crypto.SDK/Models/CustomerPerson.cs Adds DTOs for customer person requests/responses and related enums/types.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/Nexus.Crypto.SDK/NexusAPIService.cs
Comment thread src/Nexus.Crypto.SDK/Services/CustomerPersonService.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Introduce new methods to our SDK for the customer person endpoints
@AsimaksiAnt
AsimaksiAnt force-pushed the 267_customerperson_methods branch from 5c43c51 to c74bc2a Compare June 5, 2026 07:36
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
Comment thread src/Nexus.Crypto.SDK/Models/CustomerPerson.cs
@raymens
raymens enabled auto-merge (squash) June 8, 2026 08:27
@raymens
raymens merged commit 0bdafa4 into main Jun 8, 2026
5 checks passed
@raymens
raymens deleted the 267_customerperson_methods branch June 8, 2026 08:27
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.

3 participants