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:
1313
1414Request:
1515
16+ .. sourcecode :: http
17+
1618 GET /persons/1?include=computers HTTP/1.1
1719 Accept: application/vnd.api+json
1820
1921Response:
2022
23+ .. sourcecode :: http
24+
2125 HTTP/1.1 200 OK
2226 Content-Type: application/vnd.api+json
2327
@@ -81,11 +85,15 @@ Example:
8185
8286Request:
8387
88+ .. sourcecode :: http
89+
8490 GET /persons/1?include=computers.owner HTTP/1.1
8591 Accept: application/vnd.api+json
8692
8793Response:
8894
95+ .. sourcecode :: http
96+
8997 HTTP/1.1 200 OK
9098 Content-Type: application/vnd.api+json
9199
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
33
4- __version__ = '0.11.2 '
4+ __version__ = '0.11.3 '
55
66
77setup (
You can’t perform that action at this time.
0 commit comments