We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a62a2 commit 547a569Copy full SHA for 547a569
README.md
@@ -105,6 +105,9 @@ The following steps describe how to create a JSON:API project.
105
GET http://localhost:5000/people?filter=equals(firstName,'John')&include=children HTTP/1.1
106
```
107
108
+ <details>
109
+ <summary>Expand to view the JSON response</summary>
110
+
111
```json
112
{
113
"links": {
@@ -166,6 +169,8 @@ The following steps describe how to create a JSON:API project.
166
169
}
167
170
168
171
172
+</details>
173
174
## Learn more
175
176
The following links explain what this project provides, why it exists, and how you can use it.
0 commit comments