problems getting feed/ feed_entries
from what I understand from the API documentation i should be able to get the feed just like its possible to get the blog from either condenser API or follow_api using this command
curl -s --data '{"jsonrpc":"2.0", "method":"follow_api.get_feed_entries", "params":{"account":"steemit","start_entry_id":0,"limit":1}, "id":1}' https://api.steemit.com
or from a node other than steemit.
however I am getting an error message from both APIs. From condenser API i get
{"jsonrpc":"2.0","error":{"code":-32003,"message":"Assert Exception:_follow_api: follow_api_plugin not enabled.","data":{"code":10,"name":"assert_exception","message":"Assert Exception","stack":[{"context":{"level":"error","file":"condenser_api.cpp","line":1785,"method":"get_feed","hostname":"","timestamp":"2020-03-04T15:57:07"},"format":"_follow_api: follow_api_plugin not enabled.","data":{}}]}},"id":1}
while from follow_api i get
{"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found","data":"follow_api.get_feed"},"id":1}
get_blog API on the other hand works