Tag Archives: rest

HTML5, AngularJS, Backbone Mobile Service Packs

With the announcement of Salesforce Platform Mobile Services comes a new set of developer tools called Mobile Packs. Mobile Packs built on popular Javascript libraries like AngularJS, Backbone,js and jQuery Mobile to make developing robust business apps for mobile devices using HTML5 while providing idiomatic access to the Salesforce Platform.

In Blog: developer-relations | Also tagged , , , , , , , | Leave a comment

Using PHP for Canvas Applications

Canvas is a great and simple method of including your third party integrations within the Salesforce UI, and PHP is still one of the most commonly used web application languages on the planet – so how do you use these two great technologies together? Using Canvas with the language of your choice is very similar to integrating with our API’s – the first real obstacle is authenticating the user. After that you can access our API’s, and Canvas gives a speedy path to doing that with just JavaScript.

In Blog: developer-relations | Also tagged , , , , , | Leave a comment

Testing HTTP Callouts with Static Data in Winter ’13

One of the most eagerly awaited Winter ’13 features, at least for developers, has been the ability to test Apex callouts. In this blog entry, I look at how you can mock up callout responses using data in static resources.

In Blog: developer-relations | Also tagged , , , | Leave a comment

NOT Calling the REST API from JavaScript in Visualforce Pages!

The RemoteTK Visualforce Custom Component (comprising RemoteTK.component and RemoteTKController.cls) provides an abstraction very similar to the Force.com REST API, implemented via @RemoteAction methods in the component’s controller. RemoteTK offers similar functionality to forcetk.js, without consuming API calls.

In Blog: developer-relations | Also tagged , , , | Leave a comment

Developer Content Contest #5 — Apex REST

Apex REST, recently enhanced in Spring ’12, makes it easy for you to create custom RESTful Web services using Apex. In this challenge, we’d like you to show off some of the cool custom APIs that you’ve developed with Apex REST and teach the community

In Blog: developer-relations | Also tagged , | Leave a comment

Spring ’12 – Top 10 Developer Features

The Spring ’12 release is here, and if you’re a developer, you’re probably asking “what’s in it for me?” The answer is, plenty. Here, in no particular order, is my take on the top 10 features for developers. SOQL OFFSET (Developer Pre

In Blog: tech-pubs | Also tagged , , , , , , , , | Leave a comment

Insanely Simple Python REST Script

One of the main reasons to adopt REST is the simplicity of the API, compared to the juggling of formats required to send and receive SOAP messages.  We’ve had a long history of creating toolkits and libraries to ease the burden of using SOAP as a tr

In Blog: developer-relations | Also tagged , , , | Leave a comment

Chatter REST API Enhancements

The Chatter REST API is GA in Winter ’12. Here is a highlight of some of the recent changes and additions.

In Blog: developer-relations | Also tagged , , | Leave a comment

New Force.com and Database.com Ruby gem now available

We are excited to announce the availability of the new Force.com and Database.com Ruby gem, with full source available in Github. This gem is a great example of how an open source project started way back in 2005, has evolved over time thanks to

In Blog: developer-relations | Also tagged , , , , | Leave a comment