Posts
5 Nov 2012
After using Basecamp 2 for some time on my Windows Phone, I decided to build a third-party web based mobile client to improve the system for mobile devices. This became UpcomingTasks.
One of the most basic requirements of the web client was that it needed to query the Basecamp API and return the results for display. Here's my bc_results PHP function that got the job done:
Brendan Murty