@@ -35,19 +35,19 @@ <h3>Rest Services</h3>
35
35
< th > All Customers </ th >
36
36
< td > < a href ="customers "> customers</ a > </ td >
37
37
< td class ="c3 "> < a href ="customers?format=json "> json</ a > < a href ="customers?format=xml "> xml</ a > < a href ="customers?format=html "> html</ a > < a href ="customers?format=csv "> csv</ a > < a href ="customers?format=jsv "> jsv</ a > < a href ="customers?format=x-vcard "> x-vcard</ a > </ td >
38
- < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/CustomersService.cs "> < b > CustomersService.cs</ b > </ a > </ td >
38
+ < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack. Northwind/ServiceStack. Northwind.ServiceInterface/CustomersService.cs "> < b > CustomersService.cs</ b > </ a > </ td >
39
39
</ tr >
40
40
< tr >
41
41
< th > Customer Maria Anders </ th >
42
42
< td > < a href ="customers/ALFKI "> customers/ALFKI</ a > </ td >
43
43
< td class ="c3 "> < a href ="customers/ALFKI?format=json "> json</ a > < a href ="customers/ALFKI?format=xml "> xml</ a > < a href ="customers/ALFKI?format=html "> html</ a > < a href ="customers/ALFKI?format=csv "> csv</ a > < a href ="customers/ALFKI?format=jsv "> jsv</ a > < a href ="customers/ALFKI?format=x-vcard "> x-vcard</ a > </ td >
44
- < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/CustomerDetailsService.cs "> < b > CustomerDetailsService.cs</ b > </ a > </ td >
44
+ < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack. Northwind/ServiceStack. Northwind.ServiceInterface/CustomerDetailsService.cs "> < b > CustomerDetailsService.cs</ b > </ a > </ td >
45
45
</ tr >
46
46
< tr >
47
47
< th > Customer Maria Anders Orders </ th >
48
48
< td > < a href ="customers/ALFKI/orders "> customers/ALFKI/orders</ a > </ td >
49
49
< td class ="c3 "> < a href ="customers/ALFKI/orders?format=json "> json</ a > < a href ="customers/ALFKI/orders?format=xml "> xml</ a > < a href ="customers/ALFKI/orders?format=html "> html</ a > < a href ="customers/ALFKI/orders?format=csv "> csv</ a > < a href ="customers/ALFKI/orders?format=jsv "> jsv</ a > </ td >
50
- < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/OrdersService.cs "> < b > OrdersService.cs</ b > </ a > </ td >
50
+ < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack. Northwind/ServiceStack. Northwind.ServiceInterface/OrdersService.cs "> < b > OrdersService.cs</ b > </ a > </ td >
51
51
</ tr >
52
52
< tr >
53
53
< th > Latest Orders </ th >
@@ -65,7 +65,7 @@ <h3>Rest Services</h3>
65
65
</ table >
66
66
< p >
67
67
The entire data source for the Northwind project is contained in this < a href ="Northwind.sqlite ">
68
- < img src ="Content/Images/database-18x18.jpg " align ="absmiddle " hspace ="3 " /> Northwind.sqlite</ a > database created by this < a href ="https://github.com/ServiceStack/ServiceStack.Benchmarks/blob/master/tests/Northwind.Tests/PopulateDataTests.cs "> unit test</ a > .
68
+ < img src ="Content/Images/database-18x18.jpg " align ="absmiddle " hspace ="3 " /> Northwind.sqlite</ a > database created by this < a href ="https://github.com/ServiceStack/ServiceStack.Benchmarks/blob/master/tests/ServiceStack. Northwind.Tests/PopulateDataTests.cs "> unit test</ a > .
69
69
</ p >
70
70
< a href ="vcard-format.htm ">
71
71
< img src ="Content/Images/vcard-ALFKI-200.png " alt ="VCard Custom MediaType " style ="float: right; margin: 0 100px 10px 10px; " /> </ a >
@@ -97,7 +97,7 @@ <h3>Cached Rest Services</h3>
97
97
< th > All Customers </ th >
98
98
< td > < a href ="cached/customers "> cached/customers</ a > </ td >
99
99
< td class ="c3 "> < a href ="cached/customers?format=json "> json</ a > < a href ="cached/customers?format=xml "> xml</ a > < a href ="cached/customers?format=html "> html</ a > < a href ="cached/customers?format=csv "> csv</ a > < a href ="cached/customers?format=jsv "> jsv</ a > </ td >
100
- < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/CachedServices.cs "> < strong > CachedServices.cs</ strong > </ a > </ td >
100
+ < td class ="c4 "> < a href ="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack. Northwind/ServiceStack. Northwind.ServiceInterface/CachedServices.cs "> < strong > CachedServices.cs</ strong > </ a > </ td >
101
101
</ tr >
102
102
< tr >
103
103
< th > Customer Maria Anders </ th >
0 commit comments