You are not logged in.
Pages: 1
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?
+, and I saw some plans regarding supporting Delphi Web Script
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!
Pages: 1