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
Currently, when i make a request, the response fields when using /api/articles is a huge list of fields. This is especially not great when using the full-content=true flag. I get a lot of fields in the response that i dont use.
I would like to pick and choose which fields i want to have returned. For example: when i have full-content=true flag i want to be able to choose return_fields=fullContent,url,date and not everything.
Optionally, i would like an endpoint that gives me the full html dom content /api/full without any extra/redunant fields
The text was updated successfully, but these errors were encountered:
Currently, when i make a request, the response fields when using
/api/articles
is a huge list of fields. This is especially not great when using thefull-content=true
flag. I get a lot of fields in the response that i dont use.I would like to pick and choose which fields i want to have returned. For example: when i have
full-content=true
flag i want to be able to choosereturn_fields=fullContent,url,date
and not everything.Optionally, i would like an endpoint that gives me the full html dom content
/api/full
without any extra/redunant fieldsThe text was updated successfully, but these errors were encountered: