Your GitHub Personal Access Token, to be used to update, create, or delete a gist.
The key to use to store the registry in the KV store.
Cached registry.
You can simply set it to null
to force a refresh in the next lookup
call.
Create a new gist for the given key. Fail if the key already exists.
true if the gist was created, false if not.
The key to create the gist for
The value to set for the gist
Delete the gist for the given key.
true if the gist was deleted, false if not.
The key to delete the gist for
Get the content of the gist for the given key.
The content of the gist or undefined if not found.
The key to get the value for
Lookup the gist id for the given key.
The gist id or undefined if not found.
The key to lookup
Set the value for the given key.
true if the value was set, false if not.
The key to set the value for
The value to set
Generated using TypeDoc
The KV store to use, it will be used to store the registry. Only write on you create or delete a gist.