Skip to content

Commit b2ff3b9

Browse files
committed
Run the json_api_query_args even if is empty
1 parent d08dcdf commit b2ff3b9

File tree

3 files changed

+28
-1269
lines changed

3 files changed

+28
-1269
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,33 @@ See the [Other Notes](http://wordpress.org/extend/plugins/json-api/other_notes/)
2424

2525
## Documentation
2626

27-
1. [General concepts](#1.-General-Concepts)
28-
1.1. [Requests](#1.1.-Requests)
29-
1.2. [Controllers](#1.2.-Controllers)
30-
1.3. [Responses](#1.3.-Responses)
31-
2. [Request methods](#2.-Request-methods)
32-
2.1. [Core controller methods](#2.1.-Core-controller-methods)
33-
2.2. [Posts controller methods](#2.2.-Pages-controller-methods)
34-
2.3. [Respond controller methods](#2.3.-Respond-controller-methods)
35-
2.4. [Widgets controller methods](#2.4.-Widgets-controller-methods)
36-
3. [Request arguments](#3.-Request-arguments)
37-
3.1. [Output-modifying arguments](#3.1.-Output-modifying-arguments)
38-
3.2. [Content-modifying arguments](#3.2.-Content-modifying-arguments)
39-
3.3. [Using include/exclude and redirects](#3.3.-Using-include/exclude-and-redirects)
40-
4. [Response objects](#4.-Response-objects)
41-
4.1. [Post response object](#4.1.-Post-response-object)
42-
4.2. [Category response object](#4.2.-Category-response-object)
43-
4.3. [Tag response object](#4.3.-Tag-response-object)
44-
4.4. [Author response object](#4.4.-Author-response-object)
45-
4.5. [Comment response object](#4.5.-Comment-response-object)
46-
4.6. [Attachment response object](#4.6.-Attachment-response-object)
47-
5. [Extending JSON API](#5.-Extending-JSON-API)
48-
5.1. [Plugin hooks](#5.1.-Plugin-hooks)
49-
5.2. [Developing JSON API controllers](#5.2.-Developing-JSON-API-controllers)
50-
5.3. [Configuration options](#5.3.-Configuration-options)
51-
6. [Unit tests](#6.-Unit-tests)
52-
6.1. [Preparing a WordPress test site](#6.1.-Preparing-a-WordPress-test-site)
53-
6.2. [Running the tests](#6.2.-Running-the-tests)
27+
1. [General concepts](#1-general-concepts)
28+
1.1. [Requests](#11-requests)
29+
1.2. [Controllers](#12-controllers)
30+
1.3. [Responses](#13-responses)
31+
2. [Request methods](#2-request-methods)
32+
2.1. [Core controller methods](#21-core-controller-methods)
33+
2.2. [Posts controller methods](#22-pages-controller-methods)
34+
2.3. [Respond controller methods](#23-respond-controller-methods)
35+
2.4. [Widgets controller methods](#24-widgets-controller-methods)
36+
3. [Request arguments](#3-request-arguments)
37+
3.1. [Output-modifying arguments](#31-output-modifying-arguments)
38+
3.2. [Content-modifying arguments](#32-content-modifying-arguments)
39+
3.3. [Using include/exclude and redirects](#33-using-include/exclude-and-redirects)
40+
4. [Response objects](#4-response-objects)
41+
4.1. [Post response object](#41-post-response-object)
42+
4.2. [Category response object](#42-category-response-object)
43+
4.3. [Tag response object](#43-tag-response-object)
44+
4.4. [Author response object](#44-author-response-object)
45+
4.5. [Comment response object](#45-comment-response-object)
46+
4.6. [Attachment response object](#46-attachment-response-object)
47+
5. [Extending JSON API](#5-extending-json-api)
48+
5.1. [Plugin hooks](#51-plugin-hooks)
49+
5.2. [Developing JSON API controllers](#52-developing-json-api-controllers)
50+
5.3. [Configuration options](#53-configuration-options)
51+
6. [Unit tests](#6-unit-tests)
52+
6.1. [Preparing a WordPress test site](#61-preparing-a-wordpress-test-site)
53+
6.2. [Running the tests](#62-running-the-tests)
5454

5555
## 1. General Concepts
5656

0 commit comments

Comments
 (0)