You are not logged in.
Pages: 1
I think mORMot won't be the best candidate for an abstract REST client.
It is a whole client/server stack.
What you can do is use some bricks of the framework:
- use SynCrtSock for the HTTP client access
- use SynCommons' TDocVariantData, or record/class JSON serialization for the content
- use SynMustache to generate the Delphi client code from the REST API information
Offline
Pages: 1