forked from platypush/platypush
Fixed link format.
This commit is contained in:
parent
bc8730d6f0
commit
80be79f5e8
1 changed files with 4 additions and 2 deletions
|
@ -42,7 +42,8 @@ class TrelloPlugin(RunnablePlugin):
|
||||||
"""
|
"""
|
||||||
Trello integration.
|
Trello integration.
|
||||||
|
|
||||||
You'll need a Trello API key. You can get it `here <https://trello.com/app-key>`.
|
You'll need a Trello API key. You can get it `here
|
||||||
|
<https://trello.com/app-key>`_.
|
||||||
|
|
||||||
You'll also need an auth token if you want to view/change private
|
You'll also need an auth token if you want to view/change private
|
||||||
resources. You can generate a permanent token linked to your account on
|
resources. You can generate a permanent token linked to your account on
|
||||||
|
@ -71,7 +72,8 @@ class TrelloPlugin(RunnablePlugin):
|
||||||
**kwargs,
|
**kwargs,
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
:param api_key: Trello API key. You can get it `here <https://trello.com/app-key>`.
|
:param api_key: Trello API key. 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 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
|
||||||
|
|
Loading…
Reference in a new issue