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

Finally deprecating the rest of NFT endpoints #381

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

zer0stars
Copy link
Member

Proposed Changes

Removing these:
v1.Get("/vehicle/:tokenID", nftController.GetNFTMetadata)
v1.Get("/vehicle/:tokenID/image", nftController.GetNFTImage)
v1.Get("/aftermarket/device/by-address/:address", nftController.GetAftermarketDeviceNFTMetadataByAddress)
v1.Get("/aftermarket/device/:tokenID", cacheHandler, nftController.GetAftermarketDeviceNFTMetadata)
v1.Get("/aftermarket/device/:tokenID/image", nftController.GetAftermarketDeviceNFTImage)
v1.Get("/synthetic/device/:tokenID", nftController.GetSyntheticDeviceNFTMetadata)
v1.Get("/integration/:tokenID", nftController.GetIntegrationNFTMetadata)

Impacted Routes

Removing all of the endpoints as they are now on assets.dimo.xyz.

Caveats

Waiting for mobile release.

@elffjs
Copy link
Member

elffjs commented Sep 16, 2024

It’s going to yell at you about the Swagger being out of sync.

@elffjs
Copy link
Member

elffjs commented Sep 16, 2024

Blocking until mobile release.

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.

2 participants