#1 Re: mORMot 1 » MVC URI routing » 2016-03-11 08:02:15

Thanks a lot. I'll use it. But are you planning to implement ideas from this topic?

#2 Re: mORMot 1 » MVC URI routing » 2016-03-11 05:45:47

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?

Board footer

Powered by FluxBB