canmove, Confirmed users
1,537
edits
| Line 264: | Line 264: | ||
'''Communication with | '''Communication with Share Mediator Component''' | ||
These are all uni-directional calls with the exception of the oauth and sendEmail calls. The implementation of these APIs are in the openwebapps addon (see servicesapi.js). | These are all uni-directional calls with the exception of the oauth and sendEmail calls. The implementation of these APIs are in the openwebapps addon (see servicesapi.js). | ||
| Line 286: | Line 286: | ||
|- | |- | ||
| | | | ||
| oauth.call | | return from oauth.call | ||
| results returned by call to oauth endpoint | | results returned by call to oauth endpoint | ||
| | | | ||
|- | |- | ||
| | | | ||
| sendEmail.call | | return from sendEmail.call | ||
| simple success/failure object | | simple success/failure object | ||
| | | | ||