File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,15 @@ Example:
13
13
14
14
Request:
15
15
16
+ .. sourcecode :: http
17
+
16
18
GET /persons/1?include=computers HTTP/1.1
17
19
Accept: application/vnd.api+json
18
20
19
21
Response:
20
22
23
+ .. sourcecode :: http
24
+
21
25
HTTP/1.1 200 OK
22
26
Content-Type: application/vnd.api+json
23
27
@@ -81,11 +85,15 @@ Example:
81
85
82
86
Request:
83
87
88
+ .. sourcecode :: http
89
+
84
90
GET /persons/1?include=computers.owner HTTP/1.1
85
91
Accept: application/vnd.api+json
86
92
87
93
Response:
88
94
95
+ .. sourcecode :: http
96
+
89
97
HTTP/1.1 200 OK
90
98
Content-Type: application/vnd.api+json
91
99
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
3
4
- __version__ = '0.11.2 '
4
+ __version__ = '0.11.3 '
5
5
6
6
7
7
setup (
You can’t perform that action at this time.
0 commit comments