CartoDB / CartoDB-SQL-API

CartoDB SQL API
BSD 3-Clause "New" or "Revised" License
63 stars 64 forks source link

batch needs master key in docs #569

Closed simon-contreras-deel closed 5 years ago

simon-contreras-deel commented 5 years ago

Comes from https://github.com/CartoDB/support/issues/1932

Right now we are enforcing the use of Master API Key for Batch API https://github.com/CartoDB/CartoDB-SQL-API/blob/master/app/controllers/job_controller.js#L61 and we should reflect it in docs

alrocar commented 5 years ago

Uppss, not the first repo where I've found duplicated doc folders 🤔 Should we just maintain one version (the public one) and get rid of the other?

dgaubert commented 5 years ago

Yes, we should. But we cannot just merge and get rid of the developer-center branch as we use that branch to deploy the developer center documentation. So it's a bit more complicated than that.

simon-contreras-deel commented 5 years ago

Yep, I forgot to add it: https://github.com/CartoDB/CartoDB-SQL-API/pull/570