Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View).
Output
Encoding
application/jsondid
stringdid
Required
A decentralized identifier (DID).
feeds
array
Required
No description provided.
links
ref#links
Optional
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"did",
"feeds"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"feeds": {
"type": "array",
"items": {
"ref": "#feed",
"type": "ref"
}
},
"links": {
"ref": "#links",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View)."
}