Skip to content
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

AddressBook creation and retrieval API endpoints #2147

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

hectorgomezv
Copy link
Member

Summary

This PR adds the ability to create AddressBookItems and retrieve an AddressBook by adding the following endpoints to the service:

GET /accounts/:address/address-books/:chainId
POST /accounts/:address/address-books/:chainId

Both endpoints are behind the Accounts scope and require authentication.

Changes

  • Adds controller, repository, and service for AddressBook instances.
  • Adds controller tests and entities/schema tests.
  • Chains the functionality under AccountsModule.

@hectorgomezv hectorgomezv self-assigned this Nov 21, 2024
@hectorgomezv hectorgomezv requested a review from a team as a code owner November 21, 2024 11:49
@hectorgomezv hectorgomezv changed the title Add AddressBook creation and retrieval AddressBook creation and retrieval API endpoints Nov 21, 2024
@hectorgomezv hectorgomezv merged commit 0d8eeea into main Nov 21, 2024
20 checks passed
@hectorgomezv hectorgomezv deleted the get-address-book-endpoint branch November 21, 2024 14:11
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.

1 participant