stamen / atom-cartodb

CartoDB support for Atom
MIT License
2 stars 2 forks source link

possible to configure for enterprise use or custom URL? #13

Open gtallen1187 opened 9 years ago

gtallen1187 commented 9 years ago

Quick question - is it possible to configure this package in a way that allows a user to use it against their CartoDB enterprise account?

The URL structure is slightly different:

mojodna commented 9 years ago

It should work as-is, using myOrgName as the "CartoDB username" in the settings. Rather than specifying a particular user, providing an API key belonging that user should allow/limit access to same. In other words, the API key should identify the user.

(We use it with an enterprise account as well, though I've only ever used it with the primary account.)

mojodna commented 9 years ago

Err, that's wrong. It seems that usernames are global (relative to cartodb.com), so you'd ignore the org name and just use gtallen1187 as your username.