Way way back, I’ve written a post on JSONP with azure. This post would be an extension of it, though a little different. In this post we wi...
Read more »
Showing posts with label RESTFul. Show all posts
Showing posts with label RESTFul. Show all posts
Wednesday, July 30, 2014
Saturday, February 8, 2014
Introduction to JSON with padding or JSONP
If you are passionate about JavaScript, and if you have tried making an API call from JavaScript and if you failed tragically, then believe ...
Read more »
Labels:
Azure
,
JavaScript
,
RESTFul
Sunday, January 12, 2014
Consuming Custom API of Azure Mobile Services
In the last post we’ve seen how to create Custom API in Azure mobile service. Here in, we will see how to consume it in a windows phone 8 a...
Read more »
Labels:
Azure
,
C#
,
JavaScript
,
RESTFul
,
Web Api
Saturday, January 11, 2014
Creating Custom Api in Azure Mobile Services
We have already discussed what are WebApis and Restful Services in the previous posts. In this post we will look how can we create the API...
Read more »
Labels:
Azure
,
JavaScript
,
RESTFul
,
Web Api
Wednesday, October 2, 2013
Custom Actions in WebApi
In previous few posts, we have seen how to call the default GET and POST actions. We need not to specify name to the action, just setting...
Read more »