Skip to content

cartodb_url param on CartoDB instantiation #33

@busla

Description

@busla

Since I host CartoDB myself I needed to allow for an additional parameter cartodb_url
and change resources.json to reflect the change.

Creating a client can now be run with:

var client = new CartoDB({
  user: secret.USER, 
  api_key: secret.API_KEY,
  /* e.g. http://myusername.cartodb.com */
  cartodb_url: ''
});

master...busla:master

You want a PR?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions