Skip to content

isabella232/third-party-api-resolver-example

 
 

Repository files navigation

Third Party Api Resolver

Exposes endpoints for the Builder.

RUN

# Start
npm run build
npm run start

API

Based on https://github.com/decentraland/adr/blob/main/docs/ADR-42-third-party-assets-integration.md#third-party-resolver.

@GET /registry/:registry-id/address/:address/assets

Example

https://third-party-resolver-api.decentraland.io/v1/registry/pepe/address/0x123/assets

@GET /registry/:registry-id/address/:address/assets/:id

Example

https://third-party-resolver-api.decentraland.io/v1/registry/pepe/address/0x123/assets/collection1:0

About

Third Party API resolver example in Express

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.0%
  • Dockerfile 17.0%