ClassicPress / ClassicPress_Deprecated

Deprecated - please see https://github.com/ClassicPress/ClassicPress
https://www.classicpress.net/
Other
17 stars 2 forks source link

Setup API endpoints #2

Closed ClassicPress closed 6 years ago

ClassicPress commented 6 years ago

For ClassicPress core updates to work we will need to have valid API endpoints to query. I propose following the WordPress approach, ensuring we have the following endpoints in place on the (to be created) sub domain https://api.classicpress.net

https://api.wordpress.org/events/1.0/ https://api.wordpress.org/secret-key/1.1/salt/ https://api.wordpress.org/core/version-check/1.7/ https://api.wordpress.org/core/stable-check/1.0/

scottybo commented 6 years ago

Closed and moved to https://github.com/ClassicPress/ClassicPress-v1/issues/264