Can I share my trello developer API key?

Can I share my Trello developer API key, which is generated at https://trello.com/1/appKey/generate ? See the documentation for more information. I assume that this key will be visible in any application that you publish, but I would rather ask a stupid question than make a stupid mistake.

+7
source share
1 answer

Consensus - you should not share your key. Here are some examples of using the Trello API:

https://github.com/GraemeF/trello

https://gist.github.com/1893771

You will need to provide them with an API key and a token.

+5
source

All Articles