Get information about a feed generator
Parameters
Output
Encoding
application/jsonview
refapp.rocksky.feed.defs#feedGeneratorView
Optional
No description available.
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",
"properties": {
"view": {
"ref": "app.rocksky.feed.defs#feedGeneratorView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the feed generator record."
}
}
},
"description": "Get information about a feed generator"
}