Add `WpOrgApi` abstraction to handle WordPress.org API requests by schlessera · Pull Request #5526 · wp-cli/wp-cli
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1k
Merged
Add WpOrgApi abstraction to handle WordPress.org API requests#5526
schlessera merged 8 commits intomasterfrom
Add WpOrgApi abstraction to handle WordPress.org API requests#5526
schlessera merged 8 commits intomasterfrom
Conversation
Copy link
Member
schlessera
commented
May 10, 2021
schlessera
commented
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 added 5 commits
May 7, 2021 16:52
schlessera
requested a review
from a team
as a code owner
schlessera added 2 commits
May 10, 2021 14:23
schlessera
added
the
internal-api:wp-org-api
label
schlessera
added this to the
2.5.0 milestone
schlessera
merged commit
e067300
into
master
schlessera
deleted the
add/wp-org-api-abstraction
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment