You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>An in-depth look at creating applications
104
-
with XML.</description>
105
-
</book>
106
-
<book id="bk102">
107
-
<author>Ralls, Kim</author>
108
-
<title>Midnight Rain</title>
109
-
<genre>Fantasy</genre>
110
-
<price>5.95</price>
111
-
<publish_date>2000-12-16</publish_date>
112
-
<description>A former architect battles corporate zombies,
113
-
an evil sorceress, and her own childhood to become queen
114
-
of the world.</description>
115
-
</book>
116
-
</catalog>
117
-
```
118
-
119
-
---
120
-
121
28
### Examples
122
29
123
30
Following are the examples with HTTP GET method. Although all these example are still valid for POST, PUT, PATCH, DELETE, OPTIONS, HEAD method as well.
0 commit comments