File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ title: "Format"
8
8
## Introduction <a href =" #introduction " id =" introduction " class =" headerlink " ></a >
9
9
10
10
JSON API is a specification for how a client should request that resources be
11
- fetched or modified and how a server should respond to those requests. JSON API
12
- is designed to minimize both the number of requests and the amount of data
13
- transmitted between clients and servers.
11
+ fetched or modified and how a server should respond to those requests.
12
+
13
+ JSON API is designed to minimize both the number of requests and the amount of
14
+ data transmitted between clients and servers. This efficiency is achieved
15
+ without compromising readability, flexibility, and discoverability.
14
16
15
17
JSON API requires use of the JSON API media type
16
18
([ ` application/vnd.api+json ` ] ( http://www.iana.org/assignments/media-types/application/vnd.api+json ) )
You can’t perform that action at this time.
0 commit comments