REST

  • submit to reddit

Using the SkyDrive REST API

I have created a wrapper class to simplify my work with the SkyDrive REST API. I assume that you will be using a web application in this article. The...

0 replies - 2211 views - 05/02/13 by Prashant Khandelwal in Articles

Designing a Beautiful REST+JSON API

In this presentation, Les Hazlewood - Stormpath CTO and Apache Shiro PMC Chair - will share all of the golden nuggets learned while designing, implementing and...

0 replies - 3014 views - 04/22/13 by Mitch Pronschinske in Articles

Writing RESTful Web Services Using Node.js

Writing RESTful web services using Node.js - Jakob Mattsson from GrUSP on Vimeo. Tools like Express and NoSQL-databases have made it easy to write web...

0 replies - 3346 views - 03/23/13 by Mitch Pronschinske in Articles

Why HATEOAS is not the witch to burn

A bit late to the party, but some arguments require thinking and finding yourself in the problem a pattern was extracted from, to be able to judge it...

0 replies - 2715 views - 01/17/13 by Giorgio Sironi in Articles

Introducing REST JSON/JSONP "Open Beer Database" API!

Visual Studio Magazine - Beer? There's an API for that! I've been fooling around with REST services, getting JSON data back from free online sources...

0 replies - 3215 views - 01/03/13 by Greg Duncan in Articles

pyRest part 2: Hooking the API

In part 1, a very unexciting base CherryPy implementation was all we had, but now it's time to hook up something real! Instead of creating a mock API to work...

0 replies - 1233 views - 12/24/12 by Fredrik Håård in Articles

Cross domain REST calls using CORS

To fight XSS attacks, the web browser imposes the same origin policy for HTTP requests made by JavaScript code: But there are a lot of use cases...

0 replies - 2267 views - 12/11/12 by Diego Fernandez in Articles

Why having an API matters: testing

You know when they tell you exposing an HTTP API for your application (usually a REST-like one) is positive for reuse and accessing it in unforeseen ways?...

0 replies - 5191 views - 11/19/12 by Giorgio Sironi in Articles

How to call a rest webservice with an untrusted SSL certificate

In our development environments we have configured self signed SSL certificates for our applications. Obviously we won't spend money for internal dev servers....

0 replies - 2740 views - 11/16/12 by Rodrigo Asensio in Uncategorized

Looking at Windows Azure Mobile Services with Fiddler

As usual throughout the day I have MetroTwit open and toast are constantly popping up here and there and I glance over to see what’s what.  Then I see....

0 replies - 2447 views - 09/03/12 by Shayne Boyer in Articles

Exploring Swift, the Software Behind OpenStack Object Storage Service

Swift is the software behind the OpenStack Object Storage service. This service provides a simple storage service for applications...

4 replies - 4898 views - 04/24/12 by Julien Danjou in Articles

Why everyone is talking about APIs

This article tries to answer a question that can easily be asked nowadays: why everyone is obsessed with APIs and how to create them?Client and serverTen years...

0 replies - 5856 views - 04/23/12 by Giorgio Sironi in Articles

Enterprise SaaS Integration Using REST and OAuth

The current trend of moving enterprise applications to SaaS-style public cloud solutions is raising a number of concerns regarding security and governance....

0 replies - 2131 views - 03/22/12 by Francois Lascelles in Articles

Defining a RESTful Framework

Web application frameworks have varying support for the concepts behind Representational State Transfer (REST). Most web application frameworks, if not...

1 replies - 8146 views - 03/02/12 by Bradley Holt in Articles

Building HTML5 Mobile App Connected to Parse.com

This hands-on tutorial will teach you how to build jQuery Mobile, HTML5 mobile app connected to Parse mobile backend using REST API. You can get the...

0 replies - 5988 views - 02/02/12 by Max Katz in Announcements