[wp-meta] [Making WordPress.org] #3416: Add plugins data to info v1.2
Making WordPress.org
noreply at wordpress.org
Thu Feb 1 08:37:11 UTC 2018
#3416: Add plugins data to info v1.2
---------------------+-------------------------
Reporter: casiepa | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: API | Resolution: worksforme
Keywords: |
---------------------+-------------------------
Changes (by dd32):
* status: new => closed
* resolution: => worksforme
Comment:
Most of those things are already available.
`post_id` - That's internal and shouldn't be relied upon, all plugins data
should be accessed by slug.
`rating` - Pass the `rating` `field` (It's enabled by default)
`author id` - We'll refer to everything by user slug
`stable_tag` - Pass the `stable_tag` field.
`colors` - That's internal directory data that's not needed outside of the
directory (and even then, should not be relied upon always being there /
in the same format)
In general, accessing `/plugins/wp-json/wp/v2/plugin/` should also be
avoided for anything, as it's unlikely to remain accessible as it is
forever, it's bound to be restricted due to the additional server load
which it can cause on non-api-webservers.
If there's any useful data that's needed, we can enable that through a
`field` statement, but we'll need a use-case for it.
I'm going to close this as `worksforme`, but if there's anything specific
you need access to, make a specific request ticket for it.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3416#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list