forked from platypush/platypush
More rst fixes.
This commit is contained in:
parent
a798cfa387
commit
2dac98c56e
1 changed files with 3 additions and 2 deletions
|
@ -73,8 +73,9 @@ class TrelloPlugin(RunnablePlugin):
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
:param api_key: Trello API key. You can get it `here
|
:param api_key: Trello API key. You can get it `here
|
||||||
<https://trello.com/app-key>`_.
|
<https://trello.com/app-key>`_.
|
||||||
:param api_secret: Trello API secret. You can get it `here <https://trello.com/app-key>`.
|
:param api_secret: Trello API secret. You can get it `here
|
||||||
|
<https://trello.com/app-key>`_.
|
||||||
:param token: Trello token. It is required if you want to access or
|
:param token: Trello token. It is required if you want to access or
|
||||||
modify private resources. You can get a permanent token on
|
modify private resources. You can get a permanent token on
|
||||||
``https://trello.com/1/connect?key=<KEY>&name=platypush&response_type=token&expiration=never&scope=read,write``.
|
``https://trello.com/1/connect?key=<KEY>&name=platypush&response_type=token&expiration=never&scope=read,write``.
|
||||||
|
|
Loading…
Reference in a new issue