<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Basecamp:  API Examples using PHP and cURL (GET)</title>
	<atom:link href="http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/feed/" rel="self" type="application/rss+xml" />
	<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 03:45:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josh Pratt</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-14673</link>
		<dc:creator>Josh Pratt</dc:creator>
		<pubDate>Thu, 26 Apr 2012 03:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-14673</guid>
		<description>@saurav - You&#039;ll have to figure it out on your own.  Sorry man.  Hope you are able to figure it out.</description>
		<content:encoded><![CDATA[<p>@saurav &#8211; You&#8217;ll have to figure it out on your own.  Sorry man.  Hope you are able to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurav</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-14226</link>
		<dc:creator>saurav</dc:creator>
		<pubDate>Thu, 22 Mar 2012 10:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-14226</guid>
		<description>I am new in highrise. I got to create  highrise case.help me out guys</description>
		<content:encoded><![CDATA[<p>I am new in highrise. I got to create  highrise case.help me out guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-14044</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Tue, 06 Mar 2012 09:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-14044</guid>
		<description>Does anybody know how to get all the time entries at once? Like this for example: /projects/8169011/time_entries?page=all (which does&#039;nt work)

Using this: /projects/8169011/time_entries
will only return the first page

You can go trough the pages by passing the page paramater, like this:
/projects/8169011/time_entries?page=2 (for page 2)

But I like to get all teh entries at once</description>
		<content:encoded><![CDATA[<p>Does anybody know how to get all the time entries at once? Like this for example: /projects/8169011/time_entries?page=all (which does&#8217;nt work)</p>
<p>Using this: /projects/8169011/time_entries<br />
will only return the first page</p>
<p>You can go trough the pages by passing the page paramater, like this:<br />
/projects/8169011/time_entries?page=2 (for page 2)</p>
<p>But I like to get all teh entries at once</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julia</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-11421</link>
		<dc:creator>Julia</dc:creator>
		<pubDate>Tue, 08 Nov 2011 05:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-11421</guid>
		<description>I have tried above code from my local calling basecamp with:
$username = &#039;my basecamp token&#039;;
$password = &#039;X&#039;;

But I get empty response without any error message. Has anyone ever encountered this issue before?

Appreciate any input.

Thanks.</description>
		<content:encoded><![CDATA[<p>I have tried above code from my local calling basecamp with:<br />
$username = &#8216;my basecamp token&#8217;;<br />
$password = &#8216;X&#8217;;</p>
<p>But I get empty response without any error message. Has anyone ever encountered this issue before?</p>
<p>Appreciate any input.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-9390</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Mon, 12 Sep 2011 02:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-9390</guid>
		<description>Here is the answer to all your problems :)
http://code.google.com/p/basecamp-php-api/</description>
		<content:encoded><![CDATA[<p>Here is the answer to all your problems <img src='http://prattski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://code.google.com/p/basecamp-php-api/" rel="nofollow">http://code.google.com/p/basecamp-php-api/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Gardner</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-8897</link>
		<dc:creator>Jesse Gardner</dc:creator>
		<pubDate>Thu, 18 Aug 2011 18:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-8897</guid>
		<description>Quick note that may save some people time:

Username isn&#039;t your Basecamp username, it&#039;s the API Key list under My Info.  The password field can be filled with whatever.

Thanks for this information!</description>
		<content:encoded><![CDATA[<p>Quick note that may save some people time:</p>
<p>Username isn&#8217;t your Basecamp username, it&#8217;s the API Key list under My Info.  The password field can be filled with whatever.</p>
<p>Thanks for this information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PICNFRAMES TECHNOLOGIES</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-6148</link>
		<dc:creator>PICNFRAMES TECHNOLOGIES</dc:creator>
		<pubDate>Mon, 28 Mar 2011 15:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-6148</guid>
		<description>Got what i was looking for! :)</description>
		<content:encoded><![CDATA[<p>Got what i was looking for! <img src='http://prattski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-5785</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Tue, 08 Mar 2011 19:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-5785</guid>
		<description>This has helped a lot!

I am able to pull in all the data from each of the api.xml files from basecamp. 

But so far have only been able to read the data. 

How would I put/post something to the api do you have an example ?</description>
		<content:encoded><![CDATA[<p>This has helped a lot!</p>
<p>I am able to pull in all the data from each of the api.xml files from basecamp. </p>
<p>But so far have only been able to read the data. </p>
<p>How would I put/post something to the api do you have an example ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connie Webster</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-4645</link>
		<dc:creator>Connie Webster</dc:creator>
		<pubDate>Mon, 17 Jan 2011 20:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-4645</guid>
		<description>This is the BEST blog I read all month :)</description>
		<content:encoded><![CDATA[<p>This is the BEST blog I read all month <img src='http://prattski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edvin</title>
		<link>http://prattski.com/2008/10/22/basecamp-api-examples-using-php-and-curl-get/#comment-837</link>
		<dc:creator>Edvin</dc:creator>
		<pubDate>Mon, 09 Aug 2010 11:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=180#comment-837</guid>
		<description>For a simple beginner, isn&#039;t there someone who could provide an example php class in order to view the result of this code? I would just like to be able to read the xml file in my browser with php, how do i execute this?</description>
		<content:encoded><![CDATA[<p>For a simple beginner, isn&#8217;t there someone who could provide an example php class in order to view the result of this code? I would just like to be able to read the xml file in my browser with php, how do i execute this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

