Get all feed generators
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "app.rocksky.feed.defs#feedGeneratorsView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"size": {
"type": "integer",
"minimum": 1,
"description": "The maximum number of feed generators to return."
}
}
},
"description": "Get all feed generators"
}