C# Class AppBoxr.Controllers.AppBoxrController

Invoke the dynamic HUB to return json data as a RESTful API over the top of the models
Inheritance: ApiController
Datei anzeigen Open project: TimHeckel/AppBoxr

Private Methods

Method Description
Delete ( string collection, string ids, string hub = "appboxr" ) : HttpResponseMessage
Get ( string collection, string id = "", string orderby = "", string query = "", string fields = "", string hub = "appboxr" ) : HttpResponseMessage
Save ( string collection, dynamic obj, string hub = "appboxr" ) : HttpResponseMessage