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

feat: add basepaint nft worker #3845

Merged
merged 3 commits into from
Sep 29, 2023
Merged

feat: add basepaint nft worker #3845

merged 3 commits into from
Sep 29, 2023

Conversation

bigint
Copy link
Member

@bigint bigint commented Sep 29, 2023

What does this PR do?

🤖 Generated by Copilot at 30a7fe8

This pull request adds a feature to fetch BasePaint NFTs from the API in the packages/workers/nft package. It introduces a new handler function getBasePaintNft and a new route /basepaint in the packages/workers/nft/src directory.

Related issues

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking small changes to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Explanation of the changes

🤖 Generated by Copilot at 30a7fe8

  • Add a new handler function getBasePaintNft to fetch and return data from the BasePaint API (link)
  • Import the getBasePaintNft function to the main index.ts file of the packages/workers/nft package (link)
  • Create a new route /basepaint and assign the getBasePaintNft function as the handler for GET requests (link)

Emoji

🎨🌐🚀

@vercel
Copy link

vercel bot commented Sep 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
prerender ✅ Ready (Inspect) Visit Preview Sep 29, 2023 3:12am
web ✅ Ready (Inspect) Visit Preview Sep 29, 2023 3:12am

@vercel vercel bot temporarily deployed to Preview – prerender September 29, 2023 03:09 Inactive
@bigint bigint merged commit 5873326 into main Sep 29, 2023
6 of 7 checks passed
@bigint bigint deleted the basepaint-worker branch September 29, 2023 03:09
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.

None yet

1 participant