Skip to content

Conversation

schlessera
Copy link
Member

This PR adds an abstraction for handling requests against the WordPress.org API.

The following methods are implemented for now:

  • WpApiOrg::get_core_checksums( $version, $locale = 'en_US' )
  • WpApiOrg::get_core_version_check( $locale = 'en_US' )
  • WpApiOrg::get_core_download_offer( $locale = 'en_US' )
  • WpApiOrg::get_plugin_checksums( $plugin, $version )
  • WpApiOrg::get_plugin_info( $plugin, $locale = 'en_US' )
  • WpApiOrg::get_theme_info( $theme, $locale = 'en_US' )
  • WpApiOrg::get_salts()

@schlessera schlessera requested a review from a team as a code owner May 10, 2021 13:22
@schlessera schlessera merged commit e067300 into master May 10, 2021
@schlessera schlessera deleted the add/wp-org-api-abstraction branch May 10, 2021 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant