The API Combinator
Combine APIs easily in Javascript and create REST/JSON API on the fly.
Integrate APIs in Minutes
All APIs in one Javascript object. You can call them using Webshell API in a simple and consistant way.
//load a Google Maps and display it
apis.google.maps();
//retrieve json data from Spotify's album
apis.spotify.searchAlbum('plastic beach');
//display the Gravatar of team@webshell.io
apis.gravatar('team@webshell.io');
Authentication made easy
Your user can be authenticated in one line of code. Stop headache with OAuth1, OAuth2 and so on...
//Ask facebook access using OAuth2
apis.facebook.auth().success(function() {
//When the authentication is done, we retrieve user's data
return {
me: apis.facebook.me(),
friends: apis.facebook.getUserFriends({user: 'me'})
}
});
Better performance
In your mobile app, bandwidth is precious with 3G. Your script is executed by our servers and parallelize all your API calls in a lazy way. So you make one call to our API to make n call to third party APIs!
A Github for APIs
Create your own APIs using the API Editor. It can be a widget or a REST API wrapper, use them in your apps and share them to the community!
Sorry
Currently, sign up or sign in by email is disabled. You can still sign in using your Github Account here:
Contact us for more information using the contact form or by email.