Developing the Javascript Client

From OpenPetra Wiki
Revision as of 06:02, 7 March 2018 by Pokorra (talk | contribs) (Created page with "== Some quick hints == === Ajax calls === * We are using the axios library for ajax calls: https://github.com/axios/axios * We have our own wrapper around it: https://github.c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Some quick hints

Ajax calls

Example:

api.post('serverMSysMan.asmx/TMaintenanceWebConnector_LoadUsersAndModulePermissions', {})
       .then(function(response) {
       ...