openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
W
wordpress-rest-api
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 01, 2024 — Aug 01, 2025
Showing page 16 of 17
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Extend promisification work and begin YUIDoc'ing methods
K.Adam White
More...
about 11 years ago
Begin enabling promise syntax for requests
K.Adam White
More...
about 11 years ago
Add superagent to package.json and begin working on a mock version of it for testing
K.Adam White
More...
about 11 years ago
Move lib/*.js test files into test/lib
K.Adam White
More...
about 11 years ago
Add WP() constructor tests
K.Adam White
More...
about 11 years ago
Destroy the space between parens and obj literals/functions, because JSCS is stupid
K.Adam White
More...
about 11 years ago
Alter functionality of WP() to be a constructor
K.Adam White
More...
about 11 years ago
Remove 'requireSpacesInsideParentheses' JSCS rule
K.Adam White
More...
about 11 years ago
Remove redundant Gruntfile mocha options
K.Adam White
More...
about 11 years ago
Break up unit tests and begin testing wpQuery
K.Adam White
More...
about 11 years ago
Rename main file to wp.js
K.Adam White
More...
about 11 years ago
Update gruntfile, JSCS; add a custom JSCS reporter
K.Adam White
More...
about 11 years ago
Apply JSHint and JSCS standards to Grunt and Tests
K.Adam White
More...
about 11 years ago
Rename libs/ to lib/
K.Adam White
More...
about 11 years ago
Newlines at ends of files
K.Adam White
More...
about 11 years ago
Remove Mocha options (they're in Gruntfile now)
K.Adam White
More...
about 11 years ago
Apply JSCS conventions & standardize on tabs
K.Adam White
More...
about 11 years ago
Add Gruntfile and JSCS/JSHint config
K.Adam White
More...
about 11 years ago
small changes to implement unit tests and slightly patch the users object so the "me" action is now mapped to use the ID field.
carldanley
More...
about 11 years ago
removed unnecessary comments from the README file.
carldanley
More...
about 11 years ago
Patching the HTTP methods so we can follow node standards (see https://github.com/kadamwhite/node-wp-api/issues/4).
carldanley
More...
about 11 years ago
taxonomies are now in place and support all of the same methods described in https://github.com/WP-API/WP-API/blob/master/docs/guides/getting-started.md.
carldanley
More...
about 11 years ago
users now work for all API methods
carldanley
More...
about 11 years ago
wpQuery object now supports every HTTP method except for "patch" (don't even know what that is...). Authorization still needs help, however. Taxonomies and users still need to be finished.
carldanley
More...
about 11 years ago
the `get` request now works!
carldanley
More...
about 11 years ago
more small changes to support all of the posts API actions. Just need to get the HTTP methods working with superagent
carldanley
More...
about 11 years ago
Merge branch 'master' of github.com:kadamwhite/node-wp-api
carldanley
More...
about 11 years ago
moved a lot of code around and structuring things so they align with our current line of thinking.
carldanley
More...
about 11 years ago
Link README to working doc, issues & wp-api.org
K.Adam White
More...
about 11 years ago
added the test.js file to the ignore so we can play while we're building. Also, removed the remote.js file which is completely irrelevant to anything and was leftover from my testing earlier. Introduced a new wpQuery file so we can use this object as a parent to our child objects like `.posts()` and `.taxonomies()`, etc.
carldanley
More...
about 11 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree