API's
21.1K views | +0 today
Follow
 
Scooped by nodejs-code
onto API's
Scoop.it!

RESTful API Server – Doing it the right way (Part 1)

RESTful API Server – Doing it the right way (Part 1) | API's | Scoop.it
In 2007, Steve Jobs announced the iPhone that revolutionized the technology industry and changed the way we work and do business. It is 2012 now and increasingly, more and more websites are offerin...
No comment yet.
API's
API as in Application Programming Interface
Curated by nodejs-code
Your new post is loading...
Your new post is loading...
Scooped by nodejs-code
Scoop.it!

How much REST should your web API get?

How much REST should your web API get? | API's | Scoop.it
There is an ongoing debate regarding the proper way to design web APIs. This is often related to the following terms: Hypermedia APIs (see this O'Reilly book) REST endpoints (see Roy T. Fielding's ...
No comment yet.
Scooped by nodejs-code
Scoop.it!

HAPI by Walmartlabs

HAPI by Walmartlabs | API's | Scoop.it

A rich framework for building restful API services. hapi is a configuration-centric framework in which authentication requirements, input validation, data caching...

No comment yet.
Scooped by nodejs-code
Scoop.it!

Census Bureau Developer APIs

Census Bureau Developer APIs | API's | Scoop.it

To improve access to data and encourage innovation, the Census Bureau has begun to provide API access to some data sets, beginning with the 2010 Census Summary File 1 and the 2010 American Community Survey (five year data)

No comment yet.
Rescooped by nodejs-code from Nodejs-code
Scoop.it!

Call REST API with node.js

Node.js is really cool. Based on Google V8 JavaScript engine allows to write the server side in JavaScript. The great benefits on that are: you can manipulate natively JSON, write in the same langu...
No comment yet.
Scooped by nodejs-code
Scoop.it!

7 Wicked Ecommerce Applications of Shopping APIs

7 Wicked Ecommerce Applications of Shopping APIs | API's | Scoop.it
7 Wicked Ecommerce Applications of Shopping APIs - api, digital commerce, entitlements API, Digital Commerce, Mobile Development...
No comment yet.
Scooped by nodejs-code
Scoop.it!

Unified APIs or API Standards, The Race is On

Unified APIs or API Standards, The Race is On | API's | Scoop.it
RESTful approaches to APIs have made them easier to deploy and consume, leading to a recent explosion in the number of available APIs.
No comment yet.
Scooped by nodejs-code
Scoop.it!

If You Can Copyright an API, What Else Can You Copyright?

What does an API look like?

Sometimes, says Brian Pagano, it looks like this: /users. Or this: /products.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Enterprise APIs and OAuth: Have it All

Enterprise APIs and OAuth: Have it All | API's | Scoop.it
Enterprises often frustrate developers. Why do Enterprises always seem so behind when it comes to the very latest technology? In particular, a trend we are seeing is the continued struggle to marry Enterprise authentication with the burgeoning world of REST APIs. Developers want to use REST, but Enterprises need enterprise grade API security.
No comment yet.
Scooped by nodejs-code
Scoop.it!

Making Your API Accessible to the Masses

Making Your API Accessible to the Masses | API's | Scoop.it

There are a lot of high value APIs emerging these days, APIs with access to essential business data, resources and intelligence.

No comment yet.
Rescooped by nodejs-code from Nodejs-code
Scoop.it!

Eloqua API: Eloqua REST API - Getting started with Node.js

In this post, we'll walk through a simple example in Node.js to demonstrate how easy it is to work with Eloqua's REST API.

No comment yet.
Scooped by nodejs-code
Scoop.it!

DIY – Your Minimal Media Server with Node.js and Content Scripts

DIY – Your Minimal Media Server with Node.js and Content Scripts | API's | Scoop.it
This entry is about a tool that can mine the music blogs for youtube videos, and create a nice playlist to be played latter on. I call it the Minimal Media Server, because it’s actually a local HTTP server in your computer that you will use to push videos using REST like calls and play them back using a customized youtube player.
No comment yet.
Scooped by nodejs-code
Scoop.it!

node-apiserver

node-apiserver | API's | Scoop.it

node-apiserver - A ready to go, modular, multi transport, streaming friendly, JSON(P) API Server. It is a slim, fast, minimal API framework, built to provide you a flexible API consumable both in the browser and from other apps. It ships with JSON, JSONP (GET/POST) transports and a powerful fast routing engine OOTB. The source code is small, heavily tested and decoupled. Your API source will be well organized in context objects, allowing you to keep it in a meaningful maintainable way.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Creating an API-Centric Web Application

Creating an API-Centric Web Application | API's | Scoop.it

In simpler terms, an API refers to a set of functions built into an application, which can be used by other applications (or by itself, as we’ll see later), to interact with the application. 

No comment yet.
Scooped by nodejs-code
Scoop.it!

RESTful API Server – Doing it the right way (Part 1)

RESTful API Server – Doing it the right way (Part 1) | API's | Scoop.it
In 2007, Steve Jobs announced the iPhone that revolutionized the technology industry and changed the way we work and do business. It is 2012 now and increasingly, more and more websites are offerin...
No comment yet.
Scooped by nodejs-code
Scoop.it!

Building A Paid API Offering

Building A Paid API Offering | API's | Scoop.it

In this post I am going to talk about how we built the backend infrastructure to support our Products API, Semantics3’s core product. This post can also be seen as a follow up or maybe even a reply to a post some time back by Zemanta, which dealt with building public APIs.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Will BYOD usher in APIzation of Enterprises

Will BYOD usher in APIzation of Enterprises | API's | Scoop.it
When we talk of APIs, the discussion is generally towards public APIs. These APIs are generally available to the public to try out within acceptable API limits as set by the API provider.
No comment yet.
Scooped by nodejs-code
Scoop.it!

Wrapping URLs for Another Layer of Metrics in Your API

Wrapping URLs for Another Layer of Metrics in Your API | API's | Scoop.it

I’m documenting Twitter’s process of wrapping the URLs contained within tweets, using a shorter URL like t.co.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Building a Simple REST API using Node.js with MongoDB and Mongoose

In this post, I will demonstrate how to build a simple REST API using Node.js with NoSQL database MongoDB. This demo app will be using MongoDB object modeling tool Mongoose to connecting with MongoDB from the Node app. This demo app is a very basic level API app without following any better practices and mainly created this sample demo for demonstrating Node.js and MongoDB using with Mongoose Node package.
No comment yet.
Scooped by nodejs-code
Scoop.it!

Protocols over APIs

There is not a week where I don’t see developers discovering that a given API has been deprecated. Today’s disappointment (at least in my twitter stream) comes from the Google Chart Tool API.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Why REST Keeps Me Up At Night

With respect to Web APIs, the industry has clearly and emphatically landed on REST as the standard way to implement these services. And for good reason…
No comment yet.
Scooped by nodejs-code
Scoop.it!

Big Broad Data: The role of Data APIs

Big Broad Data: The role of Data APIs | API's | Scoop.it
The future is around the easy consumption, the flow and interaction of data, which drives a revolution in the world of Data APIs. The structure of the Data APIs becomes increasingly important.
No comment yet.
Scooped by nodejs-code
Scoop.it!

How To Build A Real-Time Commenting System

How To Build A Real-Time Commenting System | API's | Scoop.it

I want to focus on adding real-time commenting to a blog post so let’s start from a template.
This template re-uses the HTML5 layout defined in the post on Coding An HTML 5 Layout From Scratch and the file structure we’ll start with is as follows (with some additions that we don’t need to worry about at the moment):

No comment yet.
Scooped by nodejs-code
Scoop.it!

Why Every Education Company Needs an API (& Why Educators Should Care When One Doesn't) @ API Evangelist

Why Every Education Company Needs an API (& Why Educators Should Care When One Doesn't) @ API Evangelist | API's | Scoop.it

Educational data is stuck in silos, something fostered by educational software – administrative and instructional – that makes it cumbersome at best and impossible at worst to move data in and out of systems.

No comment yet.
Scooped by nodejs-code
Scoop.it!

Designing a Secure REST (Web) API without OAuth

Situation You want to develop a RESTful web API for developers that is secure to use, but doesn't require the complexity of OAuth and takes a simple pass the...
No comment yet.
Scooped by nodejs-code
Scoop.it!

Don't build the best REST API, build the best HTTP API.

Rob Conery put out a challenge yesterday to some of the REST fans he knows to help show him what a REST API for his video learning site Tekpub would look like. I enjoy API design so I thought I’d take...
No comment yet.