rest-api-filter-fields icon indicating copy to clipboard operation
rest-api-filter-fields copied to clipboard

Filter the fields returned by the Wordpress rest api (v2)

Results 1 rest-api-filter-fields issues
Sort by recently updated
recently updated
newest added

Wordpress included similar [functionality](https://developer.wordpress.org/rest-api/using-the-rest-api/global-parameters/#_fields) in the core of wordpress. You can use the `_fields` parameter instead of the `fields` parameter from this plugin. There will be a final version to...