michelegera + api 67
Web Intents
yesterday by michelegera
Users use many different services on the web to handle their day to day tasks, such as sharing images, editing documents and listening to music. They expect their applications to be connected and to work together seamlessly.
It is impossible for developers to anticipate every new service and to integrate with every existing external service that their users prefer, and thus they must choose to integrate with a few select APIs at great expense to the developer.
Web Intents solves this. Web Intents is a framework for client-side service discovery and inter-application communication. Services register their intention to be able to handle an action on the user's behalf. Applications request to start an Action of a certain verb (share, edit, view, pick etc.) and the system will find the appropriate Services for the user to use based on the user's preference.
Web Intents puts the user in control of service integrations and makes the developer's life simple.
api
browser
development
javascript
web
webintents
It is impossible for developers to anticipate every new service and to integrate with every existing external service that their users prefer, and thus they must choose to integrate with a few select APIs at great expense to the developer.
Web Intents solves this. Web Intents is a framework for client-side service discovery and inter-application communication. Services register their intention to be able to handle an action on the user's behalf. Applications request to start an Action of a certain verb (share, edit, view, pick etc.) and the system will find the appropriate Services for the user to use based on the user's preference.
Web Intents puts the user in control of service integrations and makes the developer's life simple.
yesterday by michelegera
Swagger: A simple, open standard for describing REST APIs with JSON
6 days ago by michelegera
Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
api
documentation
json
rest
tools
6 days ago by michelegera
Home | The Echo Nest Developer Center
22 days ago by michelegera
The Echo Nest offers an incredible array of music data and services for developers to build amazing apps and experiences. Here is where you learn all about the features and capabilities of our platform, review tutorials and sample code, and see what tools and libraries are available. Feel free to browse around, or just dive right in by requesting an API key.
api
audio
music
visualization
webservice
22 days ago by michelegera
WyeWorks Blog: Rails for API applications (rails-api) released
5 weeks ago by michelegera
rails-api is a plugin developed by Yehuda Katz, José Valim, Carlos Antonio da Silva and me (Santiago Pastorino) which modifies Rails applications trimming down usually unneeded Rails functionalities for API applications.
api
gems
rails
rest
ruby
5 weeks ago by michelegera
acts_as_api
8 weeks ago by michelegera
Makes creating XML/JSON responses in Rails 3 easy and fun.
api
development
json
rails
8 weeks ago by michelegera
APIConnect - A simplified Javascript interface for working with APIs.
11 weeks ago by michelegera
APIConnect is a Javascript class that provides a simplified interface (I know, that's redundant) for client-side interaction with APIs, especially those hosted on other domains. Setup is as simple as creating the instance, specifying the domain, connecting the route, and running it. APIConnect works in all major browsers and requires jQuery.
api
client
interface
javascript
jquery
11 weeks ago by michelegera
Open Source Exchange Rates API - free, hourly-updated JSON currency data
12 weeks ago by michelegera
The Open Source Exchange Rates API project was designed to address a glaring problem with exchange rate data on the internet: there's an untold number of free currency conversion services, but no free/reliable place for developers to access the rates that power them.
api
currency
json
money
12 weeks ago by michelegera
TomDoc 1.0.0-rc1
march 2012 by michelegera
TomDoc is a code documentation specification that helps you write precise documentation that is nice to read in plain text, yet structured enough to be automatically extracted and processed by a machine.
api
documentation
programming
rdoc
ruby
march 2012 by michelegera
Whois API & Domain API
february 2012 by michelegera
RoboWhois is a cloud-based web service that provides a RESTful API to access WHOIS records and domain related information with a unified, consistent interface.
whois
api
domains
february 2012 by michelegera
CRON.IO - Web based cron service
february 2012 by michelegera
Is a cron service with an api
api
cron
service
february 2012 by michelegera
Mapstraction - Home
january 2012 by michelegera
Mapstraction is a library that provides a common API for various javascript mapping APIs to enable switching from one to another as smoothly as possible. Developers can code their applications once, and then easily switch mapping provider based on project needs, terms and conditions, and new functionality.
api
googlemaps
javascript
mapping
maps
january 2012 by michelegera
CarQuery - The Vehicle Data API
october 2011 by michelegera
CarQuery is a simple to use JSON based API for retrieving detailed car information, including year, make, model, trim, and specifications.
car
api
json
october 2011 by michelegera
Stripe
october 2011 by michelegera
Stripe makes it easy to start accepting credit cards on the web today.
api
billing
ecommerce
payment
october 2011 by michelegera
Microformat Shiv
january 2011 by michelegera
Browsers should come with APIs to parse semantic content such as microformats, unfortunately this has yet to happen. The microformat shiv provides a simple to use, light-weight, cross-browser microformat API. It even works with modern mobile browsers and is backward compatible with Internet Explore 6.
api
browsers
javascript
library
microformats
january 2011 by michelegera
41Latitude - Styled Maps Using Google Maps API Version 3
october 2010 by michelegera
How to Use API V3 to Customize, Enhance, and Beautify your Google Map Mashups
googlemaps
maps
google
api
javascript
october 2010 by michelegera
Like Button - Facebook Developers
september 2010 by michelegera
The Like button lets a user share your content with friends on Facebook. When the user clicks the Like button on your site, a story appears in the user's friends' News Feed with a link back to your website.
facebook
like
button
social
api
september 2010 by michelegera
Postmark – Email delivery for web apps
august 2010 by michelegera
Postmark helps deliver and track transactional emails for web applications. In a nutshell, the service replaces SMTP (or sendmail) with a far more reliable, scalable and care-free environment. In addition, you can track statistics for number of emails sent, bounces and spam complaints.
email
api
service
webapp
smtp
august 2010 by michelegera
Deltacloud | Many Clouds. One API. No Problem.
june 2010 by michelegera
An API that abstracts the differences between clouds
cloud
api
virtualization
cloudcomputing
ec2
june 2010 by michelegera
jTweetsAnywhere - jQuery Twitter Widget with @Anywhere support
june 2010 by michelegera
jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site.
jquery
twitter
plugin
anywhere
api
june 2010 by michelegera
Ben Alman » jQuery special events
april 2010 by michelegera
The jQuery special events API is a fairly flexible system by which you can specify bind and unbind hooks as well as default actions for custom events. In using this API, you can create custom events that do more than just execute bound event handlers when triggered—these “special” events can modify the event object passed to event handlers, trigger other entirely different events, or execute complex setup and teardown code when event handlers are bound to or unbound from elements.
jquery
events
javascript
api
event
april 2010 by michelegera
Devoh
april 2010 by michelegera
I knew going into it that I wanted to allow for API versioning. I didn't know much about who would be using the service, or what use cases may arise after it was launched, and versioning seemed like the best mechanism to provide our partners with a migration path should big changes need to be made. I remember trying to find a good solution to handle that, but not finding much on the topic at the time. Ultimately, I settled on a solution that was already baked right into Rails: namespaces.
rails
api
versioning
april 2010 by michelegera
“Versioning HTTP APIs” by John Barnette
march 2010 by michelegera
There’s a lot of hot air circulating online re versioning HTTP APIs. I ignore most of it: It’s RESTy folks without real load or customers, wanking about purity.
I actually agree with some of the purist noise from a theoretical perspective, but in practice the implementations are annoying enough that they’re simply not worth the effort.
These suggestions apply to external APIs: If you control all the endpoints, or if you’re running a service where folks are more accepting of rapid change, you don’t need to worry nearly as much.
These also apply only to systems where there are lots of clients and a single service endpoint. The landscape changes a bit if clients are hitting multiple, independent installations of your service.
api
rails
rest
versioning
ruby
I actually agree with some of the purist noise from a theoretical perspective, but in practice the implementations are annoying enough that they’re simply not worth the effort.
These suggestions apply to external APIs: If you control all the endpoints, or if you’re running a service where folks are more accepting of rapid change, you don’t need to worry nearly as much.
These also apply only to systems where there are lots of clients and a single service endpoint. The landscape changes a bit if clients are hitting multiple, independent installations of your service.
march 2010 by michelegera
PostageApp- The easier way to send email from web apps
january 2010 by michelegera
PostageApp is a service that fits between your web app and your email server to make email management easy by adding a level of reporting, control, and accountability.
email
api
rails
development
service
january 2010 by michelegera
Tropo.com
january 2010 by michelegera
Tropo is cloud-based communications. Using our simple API you can quickly create and deploy powerful communications applications in Groovy, JavaScript, PHP, Python, and Ruby. Tropo is powered by Voxeo - the largest and most reliable hosted communications platform in the world.
voip
telephony
api
phone
cloud
january 2010 by michelegera
Twilio: Phone API - Web Service for building Phone Applications
january 2010 by michelegera
Twilio provides a web-service API for businesses to build scalable, reliable communications apps that make and receive phone calls
voip
telephony
api
phone
voice
january 2010 by michelegera
Apigee | Free, Self-service API management
december 2009 by michelegera
Free Analytics and Protection for APIs and Mashups
analytics
api
statistics
programming
monitor
december 2009 by michelegera
Brandon Aaron : Special Events
december 2009 by michelegera
jQuery, since 1.2.2, has had an API for “special events”. These events are special because they have the ability to do some extra work for specific events and even the option to bypass some of the internal jQuery event system. With these special events you can create custom events that require some setup work or you can completely overwrite the behavior of native events.
events
jquery
javascript
tutorial
api
december 2009 by michelegera
Using Google OAuth in Ruby on Rails Sites
december 2009 by michelegera
OAuth allows the user to securely share data from provider sites (in this case google) to consumer sites (in this case your ruby on rails site). You can use OAuth to authenticate users or consume API’s on their behalf. Here we will have a look at both.
oauth
rails
google
ruby
authentication
API
december 2009 by michelegera
Yahoo! Placemaker&trade Beta - YDN
may 2009 by michelegera
Yahoo! Placemaker is a freely available geoparsing Web service. It helps developers make their applications location-aware by identifying places in unstructured and atomic content – feeds, web pages, news, status updates – and returning geographic metadata for geographic indexing and markup.
mapping
maps
api
geolocation
location
web
geocoding
yahoo
text
parser
may 2009 by michelegera
Twibot: A microframework for Twitter bots in Ruby / Ruby - cjohansen.no
march 2009 by michelegera
Twibot 0.1.1 hit the RubyForge gem server today. Inside is a microframework for writing Twitter bots in Ruby, using a DSL heavily inspired by Sinatra.
ruby
twitter
bot
api
framework
programming
bots
rails
sinatra
dsl
march 2009 by michelegera
Social Platform for iPhone Games
february 2009 by michelegera
Allow your players to share strategies and tips and friend each other in real time
Create a multi-player community feel even in a single player game
Communicate with your player base instantly without updating the application
Monitor what your users are saying all the time, no matter where you are
Expose your games to a broader audience in community chat rooms
iphone
library
socialnetworking
development
api
social
networking
Create a multi-player community feel even in a single player game
Communicate with your player base instantly without updating the application
Monitor what your users are saying all the time, no matter where you are
Expose your games to a broader audience in community chat rooms
february 2009 by michelegera
Priit Haamer > Blog > Ruby dictionary for Mac OS X
february 2009 by michelegera
After publishing the Ruby on Rails dictionary for Mac OS X, i got huge number of request to do the very same with Ruby API documentation. Fortunately, most of the work has already been done and now it's time to publish the Ruby dictionary generated from Ruby API documentation.
rails
api
reference
dictionary
macosx
documentation
development
ruby
mac
osx
february 2009 by michelegera
Amazon Web Services Developer Connection : Browser Uploads to S3 using HTML POST Forms
june 2008 by michelegera
Create HTML POST forms that allow your web site visitors to upload files into your S3 account using a standard web browser.
s3
amazon
aws
howto
storage
form
api
upload
webservices
web
june 2008 by michelegera
AJAX Libraries API - Google Code
may 2008 by michelegera
The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries.
ajax
google
javascript
jquery
library
prototype
api
may 2008 by michelegera
24 ways: Tracking Christmas Cheer with Google Charts
may 2008 by michelegera
What you can and can’t do with Google Charts
google
charts
tutorial
graphics
statistics
chart
api
may 2008 by michelegera
Mapstraction - a javascript library to hide differences between mapping APIs.
may 2008 by michelegera
Mapstraction is a library that provides a common API for various javascript mapping APIs to enable switching from one to another as smoothly as possible.
javascript
maps
api
mapping
googlemaps
yahoomaps
Google
may 2008 by michelegera
Integrating Rails app with Campaign Monitor API
may 2008 by michelegera
In this episode you will learn how to use campaign monitor gem to integrate your Rails app to Campaign Monitor Web Service API. I will point out the blockers that I faced during the development.
campaignmonitor
email
rubyonrails
rails
api
may 2008 by michelegera
QuarkRuby: Active Youtube
may 2008 by michelegera
ActiveYoutube is a gem to access YouTube API using ActiveResource.
youtube
ruby
rails
api
rubyonrails
plugin
may 2008 by michelegera
Yahoo! Internet Location Platform - YDN
may 2008 by michelegera
The Yahoo! Internet Location Platform provides a resource for managing all geo-permanent named places on Earth.
api
yahoo
geo
geocoding
geolocation
location
maps
may 2008 by michelegera
oEmbed
may 2008 by michelegera
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resourc
api
embed
oembed
standards
json
web2.0
video
may 2008 by michelegera
Campaign Monitor Ruby Wrapper Class
april 2008 by michelegera
A wrapper class to access the Campaign Monitor API. Written using the wonderful Flickr interface by Scott Raymond as a guide on how to access remote web services
ruby
api
campaignmonitor
library
rubyonrails
rails
newsletter
email
april 2008 by michelegera
Contacts Data API - Google Code
march 2008 by michelegera
The Google Contacts Data API allows client applications to view and update Contacts content in the form of Google Data API feeds. Your client application can request a list of a user's contacts, edit or delete content in an existing contact, and query the
google
api
contacts
addressbook
data
development
contact
march 2008 by michelegera
facebook-rails - Google Code
december 2007 by michelegera
Full Facebook platform support for Rails including Model, View and Controller
rails
facebook
rubyonrails
plugin
ruby
api
december 2007 by michelegera
Jester
november 2007 by michelegera
Jester is a JavaScript client for REST APIs that use Rails conventions, and is inspired by Rails’ own ActiveResource
JavaScript
REST
Jester
rails
activeresource
activerecord
API
november 2007 by michelegera
AWS::S3 - Ruby Library for Amazon Simple Storage Service (S3)
september 2007 by michelegera
A Ruby Library for Amazon's Simple Storage Service's (S3) REST API.
ruby
s3
amazon
api
rails
library
rubyonrails
september 2007 by michelegera
Flickr.rb
september 2007 by michelegera
An insanely easy Ruby interface to the Flickr photo-sharing service.
flickr
ruby
api
rails
programming
rubyonrails
photography
september 2007 by michelegera
FBJS - Facebook Developers Wiki
september 2007 by michelegera
FBJS is Facebook's solution for developers who want to use Javascript in their Facebook applications. We built FBJS to empower developers with all the functionality they need, and to protect our users' privacy at the same time.
facebook
ajax
javascript
development
fbjs
api
apps
september 2007 by michelegera
Full WEB 2.0 API List | Tech Magazine
august 2007 by michelegera
Exhaustive list.
web2.0
api
list
programming
august 2007 by michelegera
Digg API
april 2007 by michelegera
The Digg Application Programming Interface (API) has been created to let users and partners interact programmatically with Digg.
api
digg
april 2007 by michelegera
related tags
activerecord ⊕ activeresource ⊕ addressbook ⊕ ajax ⊕ amazon ⊕ analytics ⊕ anywhere ⊕ api ⊖ application ⊕ apps ⊕ audio ⊕ authentication ⊕ aws ⊕ billing ⊕ blog ⊕ bot ⊕ bots ⊕ browser ⊕ browsers ⊕ button ⊕ campaignmonitor ⊕ car ⊕ chart ⊕ charts ⊕ cheatsheet ⊕ client ⊕ cloud ⊕ cloudcomputing ⊕ coding ⊕ contact ⊕ contacts ⊕ converter ⊕ cron ⊕ currency ⊕ data ⊕ development ⊕ devise ⊕ dictionary ⊕ digg ⊕ documentation ⊕ domains ⊕ dsl ⊕ ec2 ⊕ ecommerce ⊕ email ⊕ embed ⊕ event ⊕ events ⊕ facebook ⊕ fake ⊕ fbjs ⊕ flickr ⊕ form ⊕ framework ⊕ gems ⊕ geo ⊕ geocoding ⊕ geolocation ⊕ gmail ⊕ google ⊕ googlemaps ⊕ graphics ⊕ howto ⊕ html ⊕ interface ⊕ internet ⊕ iphone ⊕ ipod ⊕ javascript ⊕ Jester ⊕ jquery ⊕ json ⊕ library ⊕ like ⊕ list ⊕ location ⊕ mac ⊕ macosx ⊕ mapping ⊕ maps ⊕ mashup ⊕ math ⊕ microformats ⊕ money ⊕ monitor ⊕ music ⊕ networking ⊕ newsletter ⊕ nike ⊕ nike+ ⊕ numbers ⊕ oauth ⊕ oembed ⊕ osx ⊕ parser ⊕ payment ⊕ pdf ⊕ phone ⊕ photography ⊕ plugin ⊕ print ⊕ programming ⊕ prototype ⊕ Rabl ⊕ rails ⊕ rails3 ⊕ rdoc ⊕ reference ⊕ rest ⊕ rflickr ⊕ ruby ⊕ rubyonrails ⊕ running ⊕ s3 ⊕ search ⊕ service ⊕ sinatra ⊕ smtp ⊕ social ⊕ socialnetworking ⊕ standards ⊕ static ⊕ statistics ⊕ storage ⊕ telephony ⊕ text ⊕ tools ⊕ tutorial ⊕ twitter ⊕ upload ⊕ versioning ⊕ video ⊕ virtualization ⊕ visualization ⊕ voice ⊕ voip ⊕ web ⊕ web2.0 ⊕ webapp ⊕ webintents ⊕ webservice ⊕ webservices ⊕ whois ⊕ wordpress ⊕ yahoo ⊕ yahoomaps ⊕ youtube ⊕Copy this bookmark: