The error is caused by hitting an endpoint that does not exist:
api/v1/OData/FeedEntries(<valid feed guid>)/FeedEntryImages/$value
FeedEntryImages is its own endpoint:
api/v1/OData/FeedEntryImages('key')
Hope that helps get you going.
The error is caused by hitting an endpoint that does not exist:
api/v1/OData/FeedEntries(<valid feed guid>)/FeedEntryImages/$value
FeedEntryImages is its own endpoint:
api/v1/OData/FeedEntryImages('key')
Hope that helps get you going.