Skip to content

Commit

Permalink
updated readme to reflect api key:
Browse files Browse the repository at this point in the history
  • Loading branch information
tokumine committed Jun 1, 2012
1 parent 22923e3 commit 9d2410f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,11 +1,10 @@
SQL API for cartodb.com SQL API for cartodb.com
======================== ========================

Provides a nodejs based API for running SQL queries against CartoDB. Provides a nodejs based API for running SQL queries against CartoDB.


* Users are authenticated over OAuth. Also provides ability to make public * Users are authenticated over OAuth or via an API KEY.
"SELECT" only calls. * Authenticated requests to this API should always be made over SSL.
* OAuth requests to this API should always be made over SSL.




core requirements core requirements
Expand Down
7 changes: 3 additions & 4 deletions test/README.md
Expand Up @@ -13,7 +13,6 @@ Acceptance tests (need ctrl-C to exit)
> expresso test/acceptance/app.auth.test.js > expresso test/acceptance/app.auth.test.js


Unit tests Unit tests (need ctrl-C to exit)
---------- --------------------------------

> expresso test/unit/*.js (or run the tests individually)
> expresso test/unit/psql.tests.js
File renamed without changes.
1 change: 1 addition & 0 deletions spike/app.js → websocket_test/app.js
@@ -1,3 +1,4 @@
// this is a test to understand accessing sql api via websockets
var express = require('express') var express = require('express')
, app = express.createServer( , app = express.createServer(
express.logger({ express.logger({
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9d2410f

Please sign in to comment.