mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update AzureMobileServicesClient for 0.9
This commit is contained in:
parent
7480501d49
commit
fb147bbcfc
@ -32,8 +32,8 @@ tableTodoItems.read()
|
||||
|
||||
|
||||
//define simple handler used in callback calls for insert/update and delete
|
||||
function handlerInsUpd(e, i) => { if (!e) data.push(<TodoItem> i); };
|
||||
function handlerDelErr(e) => { if (e) alert("ERROR: " + e); }
|
||||
function handlerInsUpd(e, i) { if (!e) data.push(<TodoItem> i); };
|
||||
function handlerDelErr(e) { if (e) alert("ERROR: " + e); }
|
||||
|
||||
|
||||
//insert one data passing info in POST + custom data in QueryString + simple callback handler
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
// Definitions by: Morosinotto Daniele <https://github.com/dmorosinotto/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
module Microsoft.WindowsAzure {
|
||||
declare module Microsoft.WindowsAzure {
|
||||
|
||||
// MobileServiceClient object based on Microsoft Azure documentation: http://msdn.microsoft.com/en-us/library/windowsazure/jj554219.aspx
|
||||
interface MobileServiceClient {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user