Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
WP-API
/
node-wpapi
Public
Notifications
You must be signed in to change notification settings
Fork
191
Star
1.7k
Code
Issues
95
Pull requests
4
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
36c89fc
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 5, 2019
Remove axios transport in favor of using fetch
kadamwhite
committed
36c89fc
Copy full SHA for 36c89fc
Extract pagination helper into central module
Show description for 4a0cd61
kadamwhite
committed
4a0cd61
Copy full SHA for 4a0cd61
Implement rough first-draft axios transport
kadamwhite
committed
f954eed
Copy full SHA for f954eed
Commits on Jul 3, 2019
Breaking: Remove support for "Node-style" error-first callbacks (#428)
Show description for 8c9a2bc
kadamwhite
authored
8c9a2bc
Copy full SHA for 8c9a2bc
Commits on Jan 24, 2019
Clarify supported Node versions are >= 8.6 or 8.2.1 --harmony
Show description for 613655c
kadamwhite
committed
613655c
Copy full SHA for 613655c
Commits on Jan 23, 2019
Add changelog note for .file() argument validation
kadamwhite
committed
bc1ac3a
Copy full SHA for bc1ac3a
Throw error if name argument is not provided to .file() when uploading a buffer (#418)
Show description for eef8e57
kadamwhite
authored
eef8e57
Copy full SHA for eef8e57
Cherry-pick changelog for 1.2.1 from v1 branch
kadamwhite
committed
741e136
Copy full SHA for 741e136
Fix missing module `li` (#416)
Show description for 6ff00fd
jerolan
authored and
kadamwhite
committed
6ff00fd
Copy full SHA for 6ff00fd
Breaking: Simplify Auto-Discovery process (#413)
Show description for 8ea250c
kadamwhite
authored
8ea250c
Copy full SHA for 8ea250c
Begin Changelog entry for v2
kadamwhite
committed
ff7b272
Copy full SHA for ff7b272
Update supported WP version to 5.0 and add v1.2 changelog
Show description for f59744e
kadamwhite
committed
f59744e
Copy full SHA for f59744e
Separate Superagent transport into optional module (#409)
Show description for 7f07ce4
kadamwhite
authored
7f07ce4
Copy full SHA for 7f07ce4
Commits on Dec 21, 2018
Add safeguard against unexpected response header capitalization
Show description for fc3c380
kadamwhite
committed
fc3c380
Copy full SHA for fc3c380
Breaking: Coerce total and total pages link header values to integer
Show description for 95df17a
kadamwhite
committed
95df17a
Copy full SHA for 95df17a
Switch back from parse-link-header to li
Show description for 4bf3a31
kadamwhite
committed
4bf3a31
Copy full SHA for 4bf3a31
Clean up non-standard temporary noop function in tests
kadamwhite
committed
1ef5b3b
Copy full SHA for 1ef5b3b
Reduce string duplication in autodisovery code
kadamwhite
committed
6d513d7
Copy full SHA for 6d513d7
Only show stats UI on build when requested; add npm run build:stats
kadamwhite
committed
2fe7db9
Copy full SHA for 2fe7db9
Remove unused dependencies and upgrade active dependencies
Show description for 434b38b
kadamwhite
committed
434b38b
Copy full SHA for 434b38b
Standardize on parse-link-header
Show description for e9fdc4b
kadamwhite
committed
e9fdc4b
Copy full SHA for e9fdc4b
Remove unneeded URL processing
Show description for 1dcc902
kadamwhite
committed
1dcc902
Copy full SHA for 1dcc902
Simplify assignments in WPRequest subclass tests
kadamwhite
committed
6c8d5ba
Copy full SHA for 6c8d5ba
Use `Array.from( new Set( arr ) )` instead of lodash.uniq
Show description for b794b3e
kadamwhite
committed
b794b3e
Copy full SHA for b794b3e
Commits on Dec 20, 2018
Use `class Subclass extends Superclass` instead of util.inherits
Show description for c0d703b
kadamwhite
committed
c0d703b
Copy full SHA for c0d703b
Introduce webpack bundle analyzer
kadamwhite
committed
5ec035e
Copy full SHA for 5ec035e
Update tests to account for new endpoints and methods
kadamwhite
committed
922f3ef
Copy full SHA for 922f3ef
Add new default routes json object for v5.0.2
kadamwhite
committed
90946cf
Copy full SHA for 90946cf
Exclude args objects for non-GET endpoints from simplified route tree
kadamwhite
committed
6ea9e34
Copy full SHA for 6ea9e34
Use spread operator instead of node.extend to reduce bundle size
kadamwhite
committed
eedfdba
Copy full SHA for eedfdba
Upgrade Webpack to v4 and add babel-loader
Show description for faaadd9
kadamwhite
committed
faaadd9
Copy full SHA for faaadd9
Upgrade Webpack and remove json-loader
kadamwhite
committed
a85e96f
Copy full SHA for a85e96f
Remove Node v6 from test matrix and clarify support in README
kadamwhite
committed
16b1184
Copy full SHA for 16b1184
Breaking: Convert Object.assign to spread operator
Show description for a72f483
kadamwhite
committed
a72f483
Copy full SHA for a72f483
Remove outdated style guidance in contributors file
kadamwhite
committed
9ce9594
Copy full SHA for 9ce9594
Pagination
Previous
Next
You can’t perform that action at this time.