Questions tagged [basecamp]

Basecamp is a web-based project-management tool developed by 37signals and launched in 2004. The Ruby on Rails framework was extracted from the Basecamp project. Basecamp has a "classic" and a "new" version.

The Basecamp API is based on JSON and can be found here.

Click here for Wikipedia article on Basecamp Classic: Basecamp Classic

184 questions
2
votes
4 answers

What project management tool to use for a geographically distributed team?

Currently we are using Trac. Tickets are good for tracking tasks and related discussions. However, I think it has the following disadvantages or limitations Tickets creation is too complex for team members with non-tech background. Every little…
satoru
  • 31,822
  • 31
  • 91
  • 141
2
votes
1 answer

Can I move a to-do to another to-do list using API?

I would like to move a to-do to another to-do list. It is possible using API ?
Lydia
  • 117
  • 4
2
votes
0 answers

how to output a list of requests from basecamp classic api using node.js

I'd like to output a list of projects with the basecamp classic api using node. Basically how to use the basecamp classic api using node. I've come across this modules example. But need a little more direction on how to implement it. var Basecamp =…
Chris
  • 21
  • 2
2
votes
1 answer

basecamp api tells me there's no basecamp account

So I'm trying to make use of the Basecamp API. The new one located here: https://github.com/basecamp/bcx-api So I see a similar question that was asked here on SO: New basecamp api tells me there's no basecamp account at this address I tried to…
slinkhi
  • 947
  • 4
  • 16
  • 32
1
vote
3 answers

BaseCamp API doesn't provide JSON responses

I am trying to implement Basecamp API in Android application. I am trying to rename the url from .xml extension to .json. It is working fine for some of the web services like peoples, Companies etc. But when I try to get the json response of the…
Dharmendra
  • 33,296
  • 22
  • 86
  • 129
1
vote
1 answer

Attaching a file to a comment with Basecamp API

I'm attempting to attach a file to a comment in a message with the Basecamp API. According to the documentation, I first upload the file as so: curl -H 'Accept: application/xml' -H 'Content-Type: application/octet-stream' -u 123456789:X -X POST -d…
Nick
  • 6,375
  • 5
  • 36
  • 53
1
vote
3 answers

How to take an object array value in php?

Get object 's array value in php $obj = new Basecamp($bcUrl, $bcApikey, 'X', 'simplexml'); while print the object print_r($obj); Get array as following: Basecamp Object ( [request:protected] => [baseurl:protected] =>…
Justin John
  • 9,223
  • 14
  • 70
  • 129
1
vote
1 answer

Having trouble retrieving Bascamp TimeEntries using the ruby basecamp-wrapper

I am attempting to retrieve TimeEntries in Basecamp using the Ruby basecamp-wrapper. I have tried all the combinations and different ways I could think of to get it working (see below) but am having no luck. I am reasonably new to Ruby and Rails…
Jon Cahill
  • 4,968
  • 4
  • 34
  • 31
1
vote
1 answer

How to create versions of same file in database and disk like BaseCamp document manager

If you've used Basecamp there is a documents manager page you can also find a demo here. I liked the feature of creating versions when same file gets uploaded twice,[optionally user specifies to create the file as new version]. How do you think the…
Deeptechtons
  • 10,945
  • 27
  • 96
  • 178
1
vote
0 answers

Getting token for userid and password in basecamp api

I want to use BaseCamp API in my ipad application. I will ask user to enter username and password but each request requires authentication token. Please tell me how to get user token having username and password of user. Please help.
Pooja M. Bohora
  • 1,311
  • 1
  • 14
  • 42
1
vote
1 answer

Basecamp API Request results in Access-Control-Allow-Origin Error

I am trying to perform an AJAX request from a Chrome Extension to Basecamp to authenticate in so I can pull tasks. I have added https://site.basecamphq.com to the permissions in manifest.json. However, when this function is executed, I get this in…
rybo
  • 1,161
  • 2
  • 10
  • 14
1
vote
3 answers

Google Apps integration to Basecamp & Highrise

I am looking for Google Apps integration for Basecamp & Highrise. Is there anything out there that will integrate: Google Contacts <-> Highrise Contacts Google Docs <-> Writeboards Google Docs <-> Files Google Tasks <-> …
Dan
  • 3,338
  • 5
  • 36
  • 58
1
vote
1 answer

Can't parse SimpleXML from Basecamp API in PHP

I'm using CodeIgniter and a Basecamp class written for it to connect to and retrieve data from the Basecamp API. I am connecting fine and grabbing data fine and its being returned using SimpleXML (you can specify XML or SimpleXML in the request). I…
Chad Crowell
  • 601
  • 6
  • 16
1
vote
0 answers

Displaying images when rendering rich text in a desktop application

I'm writing a desktop application which should render (among other things) Basecamp 3 rich texts. A rich text is a simple HTML and my application display HTML documents through an embedded web component. This is working great except for displaying…
Damien Cassou
  • 2,555
  • 1
  • 16
  • 21
1
vote
0 answers

How to refresh passport.js generated access token for basecamp?

I am using passportjs Oauth for authentication, getting access token and refresh token in response. The problem is that the access token gets expire after 14 days.So the authentication gets failed after 14 days. I want to know how to update access…
majid beg
  • 166
  • 3
  • 14
1 2
3
12 13