Click or drag to resize
WebServiceKit.Controllers Namespace

[This is preliminary documentation and is subject to change.]

WebServiceKit.Controllers contains all the controllers for the RESTful web service MVC architecture. Mobile Epiphany's RESTful Web Service Kit (WSK) is capable of communicating via XML or JSON. The WSK is primarily intended as an integration method for existing customers and/or partners. Please contact support (support@mobileepiphany.com) for more information.
Classes
  ClassDescription
Public classDocumentsController
Primary controller responsible for the manipulation of document instances.
Public classDocumentTemplateController
Primary controller responsible for the generation of document instance templates.
Public classDocumentTypesController
Primary controller responsible for the manipulation of document types.
Public classListTypesController
Primary controller responsible for the manipulation of list types.
Public classListValuesController
Primary controller responsible for the manipulation of list values.
Public classLoginController
Primary controller responsible for user authentication.
Remarks
Please refer to each Controller for examples and further documentation.