windows azure mobile services

Post on 17-May-2015

884 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Building mobile backends with Windows Azure Mobile Services

TRANSCRIPT

https://github.com/shijuvar

http://weblogs.asp.net/shijuvarghese

Action HTTP Verb URL Suffix

Create POST /TodoItem

Get All GET /TodoItem

Get GET /TodoItem/id

Update PATCH /TodoItem/id

Delete DELETE /TodoItem/id

http://{service}.azure-mobile.net/tables/{table-name}/

Sending Push Notifications

Reading Azure Storage Table

var azure = require('azure');

Sending email with SendGridvar SendGrid = require('sendgrid').SendGrid;

http://www.windowsazure.com

http://www.windowsazure.com/mobile

top related