Tag Archives: rest

HTML5, AngularJS, Backbone Mobile Service Packs

Mobile Packs Accelerate Developement

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. Continue reading

In Blog: developer-relations | Also tagged , , , , , , , | 5 Comments

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. Continue reading

In Blog: developer-relations | Also tagged , , , , , | 4 Comments

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. Continue reading

In Blog: developer-relations | Also tagged , , , | 6 Comments

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. Continue reading

In Blog: developer-relations | Also tagged , , , | 7 Comments

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 how to harness the full power of Apex REST. Head on over to the Apex REST Content Challenge page for full details… Continue reading

In Blog: developer-relations | Also tagged , | 1 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 transport – so much so that when I first started looking at Python again as a language (not an accident that it was around the same time Heroku added it to their polyglot platform) … I really wanted to take a step back and see how simple I could make a script functional with… Continue reading

In Blog: developer-relations | Also tagged , , , | 2 Comments

Chatter REST API Enhancements

rhatter

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

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

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

Ruby

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 the active Ruby and Force.com community. The gem, written to leverage the Force.com and Database.com REST APIs, has been designed to be independent of web frameworks (Rails, Sinatra etc.) to allow developer freedom when designing Ruby-based apps. What’s more, with full support for the Chatter REST API (Note: The Chatter REST API is still in developer preview… Continue reading

In Blog: developer-relations | Also tagged , , , , | 5 Comments

Message Segments in the Chatter API

Beyond

Next weeks Chatter API Developer Webinar is going to contain a LOT of code and some cool sample apps. One of the features we will be discussing is a feature called Message Segments which allow you to write come code to dynamically create UI on any device. Continue reading

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

Chatter REST API Webinar June 28th

Iphone

Come join Logan Henriquez and I for the Chatter REST API developer webinar on June 28th. Aside from lots of code and cool demos, we are going to cover a few different use cases on where the Chatter REST API really changes how the social enterprise works Continue reading

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