You are not logged in.
Pages: 1
Thanks a lot. I'll use it. But are you planning to implement ideas from this topic?
Are there any news about URI routing? I want something like you described
GET 'customers'
GET 'customers/{CustomerId}'
POST 'customers'
DELETE 'customers/{CustomerId}'
PUT 'customers'
GET 'customers/{CustomerId}/invoices/{InvoiceNumber}'
POST 'customers/{CustomerId}/invoices'
DELETE 'customers/{CustomerId}/invoices/{InvoiceNumber}'
and so on.
Is there any way to do it right now?
Pages: 1