Read

Resolve URIs

Description

The Read Control Plane is the interface responsible for resolving a URI to its Verifiable Credential.

If the LearnCard also implements the Cache Plane, then this Plane will automatically be cached!

The Read Plane implements one method: get

read.get

The get method takes in a URI and resolves it to a Verifiable Credential.

If a plugin implementing get is unable to resolve a URI, it should return undefined, allowing other plugins to take a crack at resolving that URI. If no plugins are able to resolve the URI, the LearnCard will return undefined.

Example plugins that implement the Read Plane

pageCeramicpageLearnCloud

Last updated