Read
Resolve URIs
Last updated
Resolve URIs
Last updated
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
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
.