0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extend promisification work and begin YUIDoc'ing methods More... about 11 years ago
Begin enabling promise syntax for requests More... about 11 years ago
Add superagent to package.json and begin working on a mock version of it for testing More... about 11 years ago
Move lib/*.js test files into test/lib More... about 11 years ago
Add WP() constructor tests More... about 11 years ago
Destroy the space between parens and obj literals/functions, because JSCS is stupid More... about 11 years ago
Alter functionality of WP() to be a constructor More... about 11 years ago
Remove 'requireSpacesInsideParentheses' JSCS rule More... about 11 years ago
Remove redundant Gruntfile mocha options More... about 11 years ago
Break up unit tests and begin testing wpQuery More... about 11 years ago
Rename main file to wp.js More... about 11 years ago
Update gruntfile, JSCS; add a custom JSCS reporter More... about 11 years ago
Apply JSHint and JSCS standards to Grunt and Tests More... about 11 years ago
Rename libs/ to lib/ More... about 11 years ago
Newlines at ends of files More... about 11 years ago
Remove Mocha options (they're in Gruntfile now) More... about 11 years ago
Apply JSCS conventions & standardize on tabs More... about 11 years ago
Add Gruntfile and JSCS/JSHint config 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. More... about 11 years ago
removed unnecessary comments from the README file. 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). 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. More... about 11 years ago
users now work for all API methods 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. More... about 11 years ago
the `get` request now works! 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 More... about 11 years ago
Merge branch 'master' of github.com:kadamwhite/node-wp-api More... about 11 years ago
moved a lot of code around and structuring things so they align with our current line of thinking. More... about 11 years ago
Link README to working doc, issues & wp-api.org 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. More... about 11 years ago