You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to d...@openmrs.org
Hello all,
I have an android PHR application.
How can I use Arden REST API in it? Where can I find code/examples for the same?
If Arden is not accessible via REST API then what's the alternative for the same?
Darius Jazayeri
unread,
Jun 30, 2014, 2:25:23 PM6/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev
Hi Jitendra,
There is no (current) REST resource that exposes our Arden services.
You would need to write a module that exposes a REST endpoint, which calls the underlying Arden API code. (The "plumbing" aspect of having a service that listens for GET and calls the underlying API is trivial.)
You also need to figure out how to actually call the Arden APIs. I think this requires an add-on module, but I don't know offhand and our wiki seems to be down.