You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Summary:
When using the Ghost Content API, specifically the "/posts/" or "/pages/" endpoints with the "field" query parameter to specify the fields to be returned, the "reading_time" parameter does not function as expected. While other parameters work fine, attempting to limit the fields returned by including "reading_time" results in unexpected behavior.
To Reproduce:
Make a request to the "/posts/" or "/pages/" endpoint of the Ghost Content API.
Include the "field" query parameter with the value of "reading_time" to limit the fields returned to just the reading time.
Observe that the response does not return "reading_time".