Forum Discussion
Hello Chris Blown:
Thank you for your reply.
Your said means we should choose rest() and restadmin() to condense REST API Requests as a new rest api for our proxy?Is it high-performance enough?
The http.client object looks useful for site to site calling between lithium sites.And the rest() and restadmin() looks have more high-performance than the http.client object,since they are internally mapped calls to the rest api?Am I right?
And I got issue when using endpoint to develop new feature for our requirement,do you have any idea for it?
Thanks.
Sorry I re-read your original post.. You are right http.client won't help in this case :)
You might be able to return XML from your endpoint however it would be a lot of work to get it working like XMLRPC as you'd have to write the API in Freemarker..
The proxy would be easier and you'd best implement some form of caching (if possible) so that you can boost performance.
Related Content
- 10 years ago
- 4 years ago
- 13 years agoInactive User