Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Update verified routes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Dec 9, 2015
1 parent b3232e9 commit 83877f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes-to-add.md
Expand Up @@ -2,6 +2,7 @@ Backbone.js App for WP-API
==============

## Route Work Tracking ##
* Models tested GET from the following endpoints:
- [ ] /: {}
- [x] /wp/v2: {}
- [ ] /wp/v2/posts: {}
Expand All @@ -25,7 +26,7 @@ Backbone.js App for WP-API
- [ ] /wp/v2/types: {}
- [ ] /wp/v2/types/(?P<type>[\w-]+): {}
- [ ] /wp/v2/statuses: {}
- [ ] /wp/v2/statuses/(?P<status>[\w-]+): {}
- [x] /wp/v2/statuses/(?P<status>[\w-]+): {}
- [ ] /wp/v2/taxonomies: {}
- [x] /wp/v2/taxonomies/(?P<taxonomy>[\w-]+): {}
- [ ] /wp/v2/terms/category: {}
Expand Down

0 comments on commit 83877f4

Please sign in to comment.