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

Update URI for Stamps and Metadata #2934

Open
erichfi opened this issue Sep 30, 2024 · 0 comments · May be fixed by passportxyz/passport-scorer#699
Open

Update URI for Stamps and Metadata #2934

erichfi opened this issue Sep 30, 2024 · 0 comments · May be fixed by passportxyz/passport-scorer#699
Assignees

Comments

@erichfi
Copy link
Collaborator

erichfi commented Sep 30, 2024

User Story:

As a developer,
I want the URIs for stamps and stamp metadata to be updated,
So that I can adhere to the new object-oriented design principles.

Acceptance Criteria

GIVEN the existing URIs for stamps and stamp metadata,
WHEN developers update to the new API version,
THEN the URIs should reflect the new structure.

Product & Design Links:

N/A

Tech Details:

  • Update the following URIs:
    • Old: GET /registry/stamps/{address}
    • New: GET /v2/stamps/{address}
    • Old: GET /registry/stamp-metadata
    • New: GET /v2/stamps/metadata

Open Questions:

N/A

Notes/Assumptions:

  • This aligns with the new object-oriented API design principles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress (WIP)
Development

Successfully merging a pull request may close this issue.

2 participants