Astoria seems to be a Microsoft-ismed REST framework. Here are some URL's it uses:
http://localhost:50604/northwind.ashx/Customers/[City eq 'London']/Orders[Freight lt 1]
- Searching for customers inhttp://localhost:50604/northwind.ashx/Customers[ALFI]
-http://localhost:50604/northwind.ashx/Customers[ALFI]?$expands=Orders
http://myserver/data.svc/Customers?$skip=30&$take=10
- paging through resultsThe URL's worry me a bit. They use file extensions, uppercase characters in URL's, wierd bracketing syntax, and dollar signs in query strings. Microsoft doesn't seem to be able to just embrace what's going on without modifying it heavily.
I'd love to hear what some genuine RESTafarians think about all this.