forked from tfredrich/RestApiTutorial.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.xml
43 lines (43 loc) · 1.4 KB
/
sitemap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://www.restapitutorial.com/</loc>
<lastmod>2013-09-21T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/lessons/whatisrest.html</loc>
<lastmod>2013-09-04T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/lessons/restquicktips.html</loc>
<lastmod>2013-09-04T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/lessons/httpmethods.html</loc>
<lastmod>2013-09-04T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/lessons/restfulresourcenaming.html</loc>
<lastmod>2013-09-04T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/lessons/idempotency.html</loc>
<lastmod>2013-09-21T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/httpstatuscodes.html</loc>
<lastmod>2013-09-04T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/resources.html</loc>
<lastmod>2013-21-21T14:55:39+00:00</lastmod>
</url>
<url>
<loc>http://www.restapitutorial.com/index.html</loc>
<lastmod>2013-09-21T14:55:39+00:00</lastmod>
</url>
</urlset>