A user should be able to add or trigger a refresh of a resource programmatically. This can allow resource providers to update their offering and then ensure that their new resource is displayed properly.
https://github.com/Merit-Systems/x402scan/blob/main/src/app/(home)/resources/register/page.tsx
This page already uses the TRPC route which allows this to happen internally.
The PR that solves this issue should expose that TRPC route to the open internet via API access, and add some documentation for how to add your resource programmatically.
A user should be able to add or trigger a refresh of a resource programmatically. This can allow resource providers to update their offering and then ensure that their new resource is displayed properly.
https://github.com/Merit-Systems/x402scan/blob/main/src/app/(home)/resources/register/page.tsx
This page already uses the TRPC route which allows this to happen internally.
The PR that solves this issue should expose that TRPC route to the open internet via API access, and add some documentation for how to add your resource programmatically.