#1 Re: mORMot 1 » MVC URI routing » 2015-09-17 13:35:07

I'd like to use the routing as you mentioned above:

ICustomers = interface
  // for GET 'customers'
  function get_: TServiceCustomAnswer;
  // for GET 'customers/{CustomerId}'
  function get_(CustomerID: integer): TServiceCustomAnswer;
....

but it's not work for me. Can you please provide a real REST routing with interface approach?

#2 Re: mORMot 1 » mORMot road-map » 2015-09-11 15:21:55

+, and I saw some plans regarding supporting Delphi Web Script

#3 mORMot 1 » Need your help in understanding your cool mORMot framework » 2015-09-09 15:47:43

SpanishBoy
Replies: 0

I posted a question with details here - http://stackoverflow.com/questions/3248 … -on-mormot.

Looks like I didn't get idea about correct using REST/MVC/routing.

Thank you in advance!

Board footer

Powered by FluxBB